aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:17 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:13 +0700
commit26991179177bac69e652945db8f8bcb260a78c26 (patch)
tree0722f5b5d493256330152fff48027e301cf993fe /python
parent793b4ff7848dbd46ab9939a317bd29aa944a49f8 (diff)
downloadslackbuilds-26991179177bac69e652945db8f8bcb260a78c26.tar.xz
python/python3-seaborn: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-seaborn/python3-seaborn.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-seaborn/python3-seaborn.info b/python/python3-seaborn/python3-seaborn.info
index 32c85c4c96bf..2d38d065ed25 100644
--- a/python/python3-seaborn/python3-seaborn.info
+++ b/python/python3-seaborn/python3-seaborn.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mwaskom/seaborn/archive/v0.12.2/seaborn-0.12.2.tar.
MD5SUM="0e6508b2fa65bd7c3321910e6ad4a887"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-matplotlib python3-pandas python3-build"
+REQUIRES="python3-matplotlib python3-pandas"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"