aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-08-30 18:51:31 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-31 19:01:12 +0700
commitaee9699906bea4cfe9008b42a215ea3eeaccc193 (patch)
tree0886b7c1319852256e70413b742817742f9d7954 /development
parentd223b3736e2cc3c31b94601138ddfef292613cc7 (diff)
development/SQLAlchemy: Rename typing-extensions dep
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/SQLAlchemy/SQLAlchemy.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/SQLAlchemy/SQLAlchemy.info b/development/SQLAlchemy/SQLAlchemy.info
index f4eaa7720ec8..fa1f37060cdc 100644
--- a/development/SQLAlchemy/SQLAlchemy.info
+++ b/development/SQLAlchemy/SQLAlchemy.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sqlalchemy/SQLAlchemy
MD5SUM="dfa687701ddf1416cba19024e6f9ec3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-wheel typing-extensions greenlet"
+REQUIRES="python3-wheel python3-typing-extensions greenlet"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"