diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-05-10 22:57:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-13 19:27:08 +0700 |
commit | 7ba3f3721a4adee47751a3afb4b60234a3855f73 (patch) | |
tree | faa820a0ba7a5f65c4138bce706136599b87bd2d /python | |
parent | 9402045b5c6b9016b72b79ed47b83f329d6b0901 (diff) |
python/python2-sympy: REQUIRES updated for renamed python deps.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-sympy/python2-sympy.SlackBuild | 2 | ||||
-rw-r--r-- | python/python2-sympy/python2-sympy.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python2-sympy/python2-sympy.SlackBuild b/python/python2-sympy/python2-sympy.SlackBuild index ba06cf2250cb4..50bc48f37e837 100644 --- a/python/python2-sympy/python2-sympy.SlackBuild +++ b/python/python2-sympy/python2-sympy.SlackBuild @@ -35,7 +35,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-sympy SRCNAM=sympy VERSION=${VERSION:-1.5.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python2-sympy/python2-sympy.info b/python/python2-sympy/python2-sympy.info index 06f7f9dfb026c..e6af45fce9c6d 100644 --- a/python/python2-sympy/python2-sympy.info +++ b/python/python2-sympy/python2-sympy.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/46/3e/fbe19f658d396d52975413cd MD5SUM="b11b310c3e1642bf66e51038cb3c0021" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-mpmath" +REQUIRES="python2-mpmath" MAINTAINER="Serban Udrea" EMAIL="S.Udrea@gsi.de" |