aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-04-22 10:40:01 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-22 11:38:19 +0700
commit88b1fc9f3516065fd03b146b6dfcb120a1bf9cfd (patch)
treeb8b8846bd5f1bd341833dcaabe299212768114b6
parente188c83bc33615c960baa3790410fb66246e682f (diff)
downloadslackbuilds-88b1fc9f3516065fd03b146b6dfcb120a1bf9cfd.tar.xz
python/typing-extensions: 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/typing-extensions/typing-extensions.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/typing-extensions/typing-extensions.info b/python/typing-extensions/typing-extensions.info
index c0bb00333768..d671c2cca883 100644
--- a/python/typing-extensions/typing-extensions.info
+++ b/python/typing-extensions/typing-extensions.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typ
MD5SUM="30ff8c89459dd93970a92a90b0386aba"
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"