aboutsummaryrefslogtreecommitdiff
path: root/python/python3-flit_scm
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-04-22 12:47:34 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 11:38:24 +0700
commit30564db412657b8188e320b1fb167387edf4120e (patch)
tree95748cec6831e5a9899482f3b1db5e317d388063 /python/python3-flit_scm
parentad99c643b2f829f851fcf02c2b661dfa939e2174 (diff)
downloadslackbuilds-30564db412657b8188e320b1fb167387edf4120e.tar.xz
python/python3-flit_scm: 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/python3-flit_scm')
-rw-r--r--python/python3-flit_scm/python3-flit_scm.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-flit_scm/python3-flit_scm.info b/python/python3-flit_scm/python3-flit_scm.info
index b5c7abf4f632..56d148c29fd8 100644
--- a/python/python3-flit_scm/python3-flit_scm.info
+++ b/python/python3-flit_scm/python3-flit_scm.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit_scm/flit_scm-1.7
MD5SUM="591a310a0cb7488094f7f8e0d041195f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-flit_core python3-build"
+REQUIRES="python3-flit_core python3-build python3-installer"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"