diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-22 12:45:37 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:24 +0700 |
commit | 73ee44b3288b16c358d78515bc4d3d828ec3faac (patch) | |
tree | f165eec83ee3209110a610c3d2dfb0179fe90842 /python | |
parent | e7f3d5b08008b1a574ea9fc7ff694261d046273d (diff) |
python/python3-seaborn: Add python3-installer dependency.
This is needed because python/python3-flit_core no
longer declares python3-installer as a dep.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 0dd3ea745ff4..ab56d15c1bc7 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 python3-flit_core" +REQUIRES="python3-matplotlib python3-pandas python3-build python3-flit_core python3-installer" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |