aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ipython-sql
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-07-25 11:24:36 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-25 16:56:06 +0700
commit1d8032a239bd7460bd986a964889d43ae253a362 (patch)
tree7d814eafb142b558bd0a531f40b01dfea317873d /python/python3-ipython-sql
parent50241dcd88e8a27f07581bd548e0b7506a148e12 (diff)
downloadslackbuilds-1d8032a239bd7460bd986a964889d43ae253a362.tar.xz
python/python3-ipython-sql: Fix dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ipython-sql')
-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 cc8eb707ed96..23d9c0aa8d1c 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"