python/python3-pythran: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-12 16:40:11 +00:00 committed by Willy Sudiarto Raharjo
parent b12ccdd663
commit 22588cb90a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

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

View File

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