aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2016-12-12 10:28:44 +0800
committerwen <wen@FreeBSD.org>2016-12-12 10:28:44 +0800
commitd53aaea12b38702299258db32e3aedde9208c0b5 (patch)
tree2ddebf8512640e800e6f1177d059d2b12568a163 /science
parentfa847bc1a06ea17ec5867f3c0f2fce47b049aa62 (diff)
downloadfreebsd-ports-gnome-d53aaea12b38702299258db32e3aedde9208c0b5.tar.gz
freebsd-ports-gnome-d53aaea12b38702299258db32e3aedde9208c0b5.tar.zst
freebsd-ports-gnome-d53aaea12b38702299258db32e3aedde9208c0b5.zip
- Update sqlalchemy dependency
PR: 215221 Submitted by: rene@
Diffstat (limited to 'science')
-rw-r--r--science/py-obspy/Makefile4
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