diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-12 16:40:11 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:09 +0700 |
commit | 22588cb90a2e7ada7ad7405ebeda0e3e058493a9 (patch) | |
tree | 6b240d7aebb433d0429e23ba2abc389f0603a9d4 /python/python3-pythran | |
parent | b12ccdd663a6f03871136207bd0e2cc72e477167 (diff) |
python/python3-pythran: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pythran')
-rw-r--r-- | python/python3-pythran/python3-pythran.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pythran/python3-pythran.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pythran/python3-pythran.SlackBuild b/python/python3-pythran/python3-pythran.SlackBuild index 11fcc6529660..6bef7a2eb80f 100644 --- a/python/python3-pythran/python3-pythran.SlackBuild +++ b/python/python3-pythran/python3-pythran.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pythran VERSION=${VERSION:-0.12.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pythran/python3-pythran.info b/python/python3-pythran/python3-pythran.info index 192f3a2030d2..3f9754a6d397 100644 --- a/python/python3-pythran/python3-pythran.info +++ b/python/python3-pythran/python3-pythran.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pythran/pythran-0.12. MD5SUM="d2961ece35b4b9f44a84ef31df1b21ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-beniget python3-numpy xsimd python3-pytest-runner" +REQUIRES="python3-beniget python3-numpy xsimd python3-pytest-runner" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |