diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-30 18:51:33 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-31 19:01:13 +0700 |
commit | 33c590b04899318321ebfa4029920a191ddcd910 (patch) | |
tree | 556ef761e34c47b1ba40bb5d99c618c38da12dc0 | |
parent | 949841185ee1be86acf9187183d592331ad96326 (diff) |
python/python3-psycopg3: Rename typing-extensions dep
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-psycopg3/python3-psycopg3.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-psycopg3/python3-psycopg3.info b/python/python3-psycopg3/python3-psycopg3.info index 3eb6c1d440..3b46d78938 100644 --- a/python/python3-psycopg3/python3-psycopg3.info +++ b/python/python3-psycopg3/python3-psycopg3.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/e5/b8/dc85a3b5d3576527c288197d MD5SUM="8eafcbda12408038a872e3239bc61931" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="typing-extensions postgresql" +REQUIRES="python3-typing-extensions postgresql" MAINTAINER="Zlatanidis Dimitris" EMAIL="dslackw@gmail.com" |