diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/py-obspy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index 03f297f55c21..434c91e3481d 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -3,7 +3,7 @@ PORTNAME= obspy PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}suds>=0.4.0:net/py-suds \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0:databases/py-sqlalchemy07 + ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10 RUN_DEPENDS:= ${BUILD_DEPENDS} USES= fortran python shebangfix zip |