aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-04-22 09:56:56 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 11:38:18 +0700
commit7adf3a09af19706a9f06b818c52ff6815b160ad0 (patch)
tree2474c89f829435c658289ddc0f89a9dd56d21a13
parent1b23b6da71a6ced0fff2701c9cea5f6259faf1a0 (diff)
downloadslackbuilds-7adf3a09af19706a9f06b818c52ff6815b160ad0.tar.xz
python/python3-pathspec: 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-pathspec/python3-pathspec.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pathspec/python3-pathspec.info b/python/python3-pathspec/python3-pathspec.info
index 52a58503ca40..ed939ebbad79 100644
--- a/python/python3-pathspec/python3-pathspec.info
+++ b/python/python3-pathspec/python3-pathspec.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-0.1
MD5SUM="22d173ba2a5912738b2b70e93a0d4b5f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-flit_core"
+REQUIRES="python3-build python3-installer python3-flit_core"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"