summaryrefslogtreecommitdiffstats
path: root/python/testpath
diff options
context:
space:
mode:
author Andrew Clemons2023-04-22 05:48:12 +0200
committer Willy Sudiarto Raharjo2023-04-22 06:38:24 +0200
commitc82cdbdda0cb145b4a9e9e5790024402e11a3b18 (patch)
tree7c5d093fe2db29fdf8da95706be5a68cbd7cc095 /python/testpath
parent30564db412657b8188e320b1fb167387edf4120e (diff)
downloadslackbuilds-c82cdbdda0cb145b4a9e9e5790024402e11a3b18.tar.gz
python/testpath: 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/testpath')
-rw-r--r--python/testpath/testpath.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/testpath/testpath.info b/python/testpath/testpath.info
index 7e003a9ef5..4a66d656d9 100644
--- a/python/testpath/testpath.info
+++ b/python/testpath/testpath.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/t/testpath/testpath-0.6
MD5SUM="9fd4339f76da12d15bc718e4aa2566e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-build python3-flit_core"
+REQUIRES="python3-build python3-flit_core python3-installer"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"