aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-11-08 14:54:14 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-11 08:07:52 +0700
commit8ec60a695fafc5b2cc3c3667dee4cebb054f265a (patch)
treefaa34163158dd401de337322ae8bb1b8dcb3dc7b
parent9ff2d85b7b80d0a4b1603dd107cfe1be771a7210 (diff)
downloadslackbuilds-8ec60a695fafc5b2cc3c3667dee4cebb054f265a.tar.xz
python/python3-obspy: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-obspy/python3-obspy.SlackBuild2
-rw-r--r--python/python3-obspy/python3-obspy.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-obspy/python3-obspy.SlackBuild b/python/python3-obspy/python3-obspy.SlackBuild
index 7146214b584d..5686c17c82af 100644
--- a/python/python3-obspy/python3-obspy.SlackBuild
+++ b/python/python3-obspy/python3-obspy.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-obspy
SRCNAM=obspy
VERSION=${VERSION:-1.4.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-obspy/python3-obspy.info b/python/python3-obspy/python3-obspy.info
index 2917e830524e..cb3babc6de26 100644
--- a/python/python3-obspy/python3-obspy.info
+++ b/python/python3-obspy/python3-obspy.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/obspy/obspy/archive/1.4.0/obspy-1.4.0.tar.gz"
MD5SUM="9799dcae857151ecb9211cc993835ea4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="decorator python3-scipy greenlet lxml SQLAlchemy python3-basemap suds-jurko"
+REQUIRES="python3-decorator python3-scipy greenlet lxml SQLAlchemy python3-basemap suds-jurko"
MAINTAINER="Cristiano Urban"
EMAIL="cristiano.urban.slack@gmail.com"