diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-22 12:47:34 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:24 +0700 |
commit | 30564db412657b8188e320b1fb167387edf4120e (patch) | |
tree | 95748cec6831e5a9899482f3b1db5e317d388063 /python/python3-flit_scm | |
parent | ad99c643b2f829f851fcf02c2b661dfa939e2174 (diff) |
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.info | 2 |
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 b5c7abf4f632f..56d148c29fd86 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" |