python/python3-obspy: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Cristiano Urban 2022-11-06 19:49:13 +00:00 committed by Willy Sudiarto Raharjo
parent fe50e423ef
commit 8acd12a655
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/obspy/obspy/archive/1.3.1/obspy-1.3.1.tar.gz"
MD5SUM="6864fea23e14e4a3e3b3099c910433b6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator scipy3 greenlet lxml SQLAlchemy python3-basemap suds-jurko"
REQUIRES="decorator python3-scipy greenlet lxml SQLAlchemy python3-basemap suds-jurko"
MAINTAINER="Cristiano Urban"
EMAIL="cristiano.urban.slack@gmail.com"