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>
This commit is contained in:
parent
e7f3d5b080
commit
73ee44b328
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue