diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-17 21:06:23 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 19:19:36 +0700 |
commit | f59e99c69905c9f9f02dfa4ebb02a5efcf6ce4a1 (patch) | |
tree | f131f9327bf50957cf404bb196470ddf7bb84b34 /python | |
parent | ed75f09138e9910cbcc46ecbe49f5d4db159ea83 (diff) |
python/python3-distlib: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-distlib/python3-distlib.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-distlib/python3-distlib.info b/python/python3-distlib/python3-distlib.info index b155290856b8e..57ea896378bb2 100644 --- a/python/python3-distlib/python3-distlib.info +++ b/python/python3-distlib/python3-distlib.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/pypa/distlib/releases/download/0.3.6/distlib-0.3.6. MD5SUM="f60ba4e3f8e76c214d3d00b2227a16f7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-installer python3-wheel" +REQUIRES="python3-build python3-wheel" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |