diff options
| author | Matthew Seaman <matthew@FreeBSD.org> | 2023-09-28 20:56:33 +0100 |
|---|---|---|
| committer | Matthew Seaman <matthew@FreeBSD.org> | 2023-09-28 20:56:33 +0100 |
| commit | 4460c890ac6deb3cc1e30ded0108264700556ae5 (patch) | |
| tree | 0a853cee12f0045e8adb9d3715defe0ebac99c69 /databases | |
| parent | databases/py-agate-sql: update to 0.6.0 (diff) | |
databases/py-agate-sql: fix DEPENDS line
Pointy hat to me...
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/py-agate-sql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-agate-sql/Makefile b/databases/py-agate-sql/Makefile index 9e130510b81f..e1e7dd677752 100644 --- a/databases/py-agate-sql/Makefile +++ b/databases/py-agate-sql/Makefile @@ -11,7 +11,7 @@ WWW= https://agate-sql.rtfd.org/ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy20:databases/py-sqlalchemy20@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=1.4:databases/py-sqlalchemy20@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils |
