mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
5029012106
commit
1fd6bed26f
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue