summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2021-07-25 01:24:36 +0200
committer Willy Sudiarto Raharjo2021-07-25 11:56:06 +0200
commit1d8032a239bd7460bd986a964889d43ae253a362 (patch)
tree7d814eafb142b558bd0a531f40b01dfea317873d
parent50241dcd88e8a27f07581bd548e0b7506a148e12 (diff)
downloadslackbuilds-1d8032a239bd7460bd986a964889d43ae253a362.tar.gz
python/python3-ipython-sql: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-ipython-sql/python3-ipython-sql.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-ipython-sql/python3-ipython-sql.info b/python/python3-ipython-sql/python3-ipython-sql.info
index cc8eb707ed..23d9c0aa8d 100644
--- a/python/python3-ipython-sql/python3-ipython-sql.info
+++ b/python/python3-ipython-sql/python3-ipython-sql.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/83/ed/f6c8ece48f0f10a7543c971c
MD5SUM="69407492ac7fcb92520e10d24b3b3194"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-ipython PrettyTable SQLAlchemy sqlparse"
+REQUIRES="ipython PrettyTable SQLAlchemy sqlparse"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"