aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-04-22 12:49:00 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 11:38:25 +0700
commit2dbd1717d60567b4546e0414a82b64e89f1436f9 (patch)
treeb41854cccc512192520c27741284b60d4244f765 /python
parentc82cdbdda0cb145b4a9e9e5790024402e11a3b18 (diff)
downloadslackbuilds-2dbd1717d60567b4546e0414a82b64e89f1436f9.tar.xz
python/python3-threadpoolctl: 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')
-rw-r--r--python/python3-threadpoolctl/python3-threadpoolctl.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-threadpoolctl/python3-threadpoolctl.info b/python/python3-threadpoolctl/python3-threadpoolctl.info
index cd3a732ae869..beebb98bedea 100644
--- a/python/python3-threadpoolctl/python3-threadpoolctl.info
+++ b/python/python3-threadpoolctl/python3-threadpoolctl.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadp
MD5SUM="e278b89038d9c9b39e7afafb8f5f87a3"
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"