summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-11-12 17:40:11 +0100
committer Willy Sudiarto Raharjo2022-11-19 04:08:09 +0100
commit22588cb90a2e7ada7ad7405ebeda0e3e058493a9 (patch)
tree6b240d7aebb433d0429e23ba2abc389f0603a9d4
parentb12ccdd663a6f03871136207bd0e2cc72e477167 (diff)
downloadslackbuilds-22588cb90a2e7ada7ad7405ebeda0e3e058493a9.tar.gz
python/python3-pythran: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-pythran/python3-pythran.SlackBuild2
-rw-r--r--python/python3-pythran/python3-pythran.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pythran/python3-pythran.SlackBuild b/python/python3-pythran/python3-pythran.SlackBuild
index 11fcc65296..6bef7a2eb8 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 192f3a2030..3f9754a6d3 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"