diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-22 10:40:01 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:24 +0700 |
commit | 2de76c72f0e388b37fc341613f9382b3d97f7cde (patch) | |
tree | 9dfd4594cee1b032762afa558f34a5db7456e8ac /python/python-jeepney | |
parent | a68ba018ff6d94b52a56df08cbd10e7da30a9ed9 (diff) |
python/python-jeepney: Add python3-installer dependency.
This is needed because python/python3-flit_core no
longer declares python3-installer as a dep.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-jeepney')
-rw-r--r-- | python/python-jeepney/python-jeepney.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-jeepney/python-jeepney.info b/python/python-jeepney/python-jeepney.info index 5638dda26a161..b4fc9d5df7d97 100644 --- a/python/python-jeepney/python-jeepney.info +++ b/python/python-jeepney/python-jeepney.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/d6/f4/154cf374c2daf2020e05c3c6 MD5SUM="7e2151e9197c751ceca6550bc6b3294c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build wheel python3-flit_core" +REQUIRES="python3-build wheel python3-installer python3-flit_core" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |