diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:40 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-06-16 13:59:40 +0000 |
commit | 3ecf700d29f97a48972b9659038ffdeb9f0b3262 (patch) | |
tree | 587573f276619af37d77ac8bd088a45a650c9491 | |
parent | dc2e07428ba2cc78506b9cf65715e8f326fd675d (diff) | |
download | ports-3ecf700d29f97a48972b9659038ffdeb9f0b3262.tar.gz ports-3ecf700d29f97a48972b9659038ffdeb9f0b3262.zip |
devel/py-graphene-sqlalchemy: Change RUN_DEPENDS from py-graphene to py-graphene2
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/py-graphene-sqlalchemy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-graphene-sqlalchemy/Makefile b/devel/py-graphene-sqlalchemy/Makefile index a73aadcdca8f..87dbd6680a57 100644 --- a/devel/py-graphene-sqlalchemy/Makefile +++ b/devel/py-graphene-sqlalchemy/Makefile @@ -2,7 +2,7 @@ PORTNAME= graphene-sqlalchemy PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Graphene SQLAlchemy integration LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphene>=2.1.3<3:devel/py-graphene@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphene2>=2.1.3<3:devel/py-graphene2@${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}sqlalchemy14>=1.2<2:databases/py-sqlalchemy14@${PY_FLAVOR} |