python/python3-sympy: REQUIRES updated for renamed python deps.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
D Woodfall 2023-05-10 22:52:36 +01:00 committed by Willy Sudiarto Raharjo
parent 5029012106
commit 1fd6bed26f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-sympy
SRCNAM=sympy
VERSION=${VERSION:-1.11.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5a/36/4667b08bc45131fe655a27b1
MD5SUM="232141d248ab4164e92c8ac59a996914"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-mpmath"
REQUIRES="python3-mpmath"
MAINTAINER="Serban Udrea"
EMAIL="S.Udrea@gsi.de"