aboutsummaryrefslogtreecommitdiff
path: root/databases/py-alembic
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2016-05-22 10:52:44 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2016-05-22 10:52:44 +0000
commitd91eb811d5a24944c5145d426fb6eb81af52a244 (patch)
tree11614345c7dfeab8d4ba1cd03e07f16921dbc832 /databases/py-alembic
parent7ff2b5899c23b57d1a4224daa0ba1fa43b52f94b (diff)
downloadports-d91eb811d5a24944c5145d426fb6eb81af52a244.tar.gz
ports-d91eb811d5a24944c5145d426fb6eb81af52a244.zip
Notes
Diffstat (limited to 'databases/py-alembic')
-rw-r--r--databases/py-alembic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-alembic/Makefile b/databases/py-alembic/Makefile
index e8e7cb8962c2..08b861511ccb 100644
--- a/databases/py-alembic/Makefile
+++ b/databases/py-alembic/Makefile
@@ -11,7 +11,7 @@ COMMENT= Database migration tool for SQLAlchemy
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7.3:databases/py-sqlalchemy \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.3:databases/py-sqlalchemy07 \
${PYTHON_PKGNAMEPREFIX}mako>=0:textproc/py-mako
USES= python