diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:13 +0700 |
commit | 26991179177bac69e652945db8f8bcb260a78c26 (patch) | |
tree | 0722f5b5d493256330152fff48027e301cf993fe /python/python3-seaborn | |
parent | 793b4ff7848dbd46ab9939a317bd29aa944a49f8 (diff) |
python/python3-seaborn: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-seaborn')
-rw-r--r-- | python/python3-seaborn/python3-seaborn.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-seaborn/python3-seaborn.info b/python/python3-seaborn/python3-seaborn.info index 32c85c4c96bf5..2d38d065ed25d 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" |