diff options
author | Arn0 <yth@ythogtha.org> | 2023-11-08 14:54:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-11 08:07:52 +0700 |
commit | 8ec60a695fafc5b2cc3c3667dee4cebb054f265a (patch) | |
tree | faa34163158dd401de337322ae8bb1b8dcb3dc7b /python/python3-obspy | |
parent | 9ff2d85b7b80d0a4b1603dd107cfe1be771a7210 (diff) |
python/python3-obspy: REQUIRES update
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-obspy')
-rw-r--r-- | python/python3-obspy/python3-obspy.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-obspy/python3-obspy.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-obspy/python3-obspy.SlackBuild b/python/python3-obspy/python3-obspy.SlackBuild index 7146214b584dc..5686c17c82aff 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 2917e830524e2..cb3babc6de264 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" |