diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:12 +0700 |
commit | 6bd4d8a96b93e5fc1bb83d38b4b0d9ef042c1783 (patch) | |
tree | 874b7e25200e4cb57c83e8e69b0a154b1d20e3b3 /python | |
parent | 3258ad57908a93eb04b76866bbcf91032815578e (diff) |
python/python3-obspy: Fix redundant deps.
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 cb3babc6de26..a5703620926d 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="python3-decorator python3-scipy greenlet lxml SQLAlchemy python3-basemap suds-jurko" +REQUIRES="python3-decorator python3-scipy lxml SQLAlchemy python3-basemap suds-jurko" MAINTAINER="Cristiano Urban" EMAIL="cristiano.urban.slack@gmail.com" |