diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-22 12:50:32 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:25 +0700 |
commit | a576a94c801735dea02a0092881311fff1beed62 (patch) | |
tree | 36c7b1d8543129e0b416e82cdb6c0a10327bd927 | |
parent | b7917a4eba8f3b2cea56770fb4754ed71f08f7c5 (diff) |
python/python3-mdurl: 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>
-rw-r--r-- | python/python3-mdurl/python3-mdurl.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-mdurl/python3-mdurl.info b/python/python3-mdurl/python3-mdurl.info index cefde34e42126..56b7ad737b2f3 100644 --- a/python/python3-mdurl/python3-mdurl.info +++ b/python/python3-mdurl/python3-mdurl.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mdurl/mdurl-0.1.2.tar MD5SUM="f18eca6522b438354be2378f216a5a94" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-flit_core" +REQUIRES="python3-build python3-flit_core python3-installer" MAINTAINER="fourtysixandtwo" EMAIL="fourtysixandtwo@sliderr.net" |