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:
Andrew Clemons 2023-04-22 12:45:37 +09:00 committed by Willy Sudiarto Raharjo
parent e7f3d5b080
commit 73ee44b328
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -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"