diff options
author | Serban Udrea <S.Udrea@gsi.de> | 2022-11-05 04:08:03 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:10 +0700 |
commit | ffb6b3d068792c6f51051fa18ee09596cb5ef484 (patch) | |
tree | 281f0cd90694eb9b342d323e5718c820875c61c4 | |
parent | b9e67970f604db3d6d267a96a1d96a6e904e6398 (diff) |
development/python3-matplotlib: Update REQUIRES for python3-numpy.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/python3-matplotlib/python3-matplotlib.SlackBuild | 2 | ||||
-rw-r--r-- | development/python3-matplotlib/python3-matplotlib.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/python3-matplotlib/python3-matplotlib.SlackBuild b/development/python3-matplotlib/python3-matplotlib.SlackBuild index 419a58e216db..64deda9acc71 100644 --- a/development/python3-matplotlib/python3-matplotlib.SlackBuild +++ b/development/python3-matplotlib/python3-matplotlib.SlackBuild @@ -36,7 +36,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-matplotlib SRCNAM=matplotlib VERSION=${VERSION:-3.4.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/python3-matplotlib/python3-matplotlib.info b/development/python3-matplotlib/python3-matplotlib.info index 29074cd7e7b1..3afd76cbece5 100644 --- a/development/python3-matplotlib/python3-matplotlib.info +++ b/development/python3-matplotlib/python3-matplotlib.info @@ -9,6 +9,6 @@ MD5SUM="6858958370a26cccfa81abc7b6dd3622 \ 295f7332269a38279478f555cc185296" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="numpy3 python3-dateutil pytz python3-cycler python3-kiwisolver python3-tornado" +REQUIRES="python3-numpy python3-dateutil pytz python3-cycler python3-kiwisolver python3-tornado" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" |