diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-11 21:15:55 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-05-11 21:47:08 +0000 |
commit | d0caa49f3c71be45c8da734ddbfcf3e6a9fa708b (patch) | |
tree | 2125244adeba859de773761da1ea812440383f66 | |
parent | c94e51eda5c716e901772f278484c125b8c70c1f (diff) | |
download | ports-d0caa49f3c71be45c8da734ddbfcf3e6a9fa708b.tar.gz ports-d0caa49f3c71be45c8da734ddbfcf3e6a9fa708b.zip |
devel/py-graphene-sqlalchemy: Change RUN_DEPENDS from py-sqlalchemy13 to py-sqlalchemy14
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/py-graphene-sqlalchemy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-graphene-sqlalchemy/Makefile b/devel/py-graphene-sqlalchemy/Makefile index dffdfb4a792c..a73aadcdca8f 100644 --- a/devel/py-graphene-sqlalchemy/Makefile +++ b/devel/py-graphene-sqlalchemy/Makefile @@ -2,6 +2,7 @@ PORTNAME= graphene-sqlalchemy PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}promise>=2.3:devel/py-promise@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=1.2<2:databases/py-sqlalchemy13@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.2<2:databases/py-sqlalchemy14@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils |