Change RUN_DEPENDS from py-graphql-core to py-graphql-core2
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
29ed1a36c8
commit
746142d914
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521516
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= graphene
|
||||
PORTVERSION= 2.1.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +15,7 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aniso8601>=3<7:devel/py-aniso8601@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}graphql-core>=2.1<3:devel/py-graphql-core@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1<3:devel/py-graphql-core2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}graphql-relay>=2<3:devel/py-graphql-relay@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.10.0<2:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
|
|
Loading…
Reference in a new issue