diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:57:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-17 08:44:52 +0700 |
commit | ac5dda5d8d6053bdec93f86e76a86df78ca39196 (patch) | |
tree | b9aa3dedf7f71b383a65b8bed3030dba12a89661 /python | |
parent | f6f295fad60721c3586cca11eb9e640b38737e59 (diff) |
python/python3-obspy: Fix DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-obspy/python3-obspy.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-obspy/python3-obspy.info b/python/python3-obspy/python3-obspy.info index b440e95868d84..677b80e92e050 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.2.2/obspy-1.2.2.tar.gz" MD5SUM="1c334f4bf1ddffb0eb836e0f996384e3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator python3-future python-requests scipy3 lxml SQLAlchemy python3-basemap python3-certifi suds-jurko" +REQUIRES="decorator python3-future python-requests scipy3 lxml SQLAlchemy python3-basemap python-certifi suds-jurko" MAINTAINER="Cristiano Urban" EMAIL="cristiano.urban.slack@gmail.com" |