diff options
Diffstat (limited to 'devel/py-graphql-relay2')
-rw-r--r-- | devel/py-graphql-relay2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-graphql-relay2/Makefile b/devel/py-graphql-relay2/Makefile index 260aad49c9c0..367aae140e7e 100644 --- a/devel/py-graphql-relay2/Makefile +++ b/devel/py-graphql-relay2/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.2<3:devel/py-graphql-core2@ ${PYTHON_PKGNAMEPREFIX}promise>=2.2<3:devel/py-promise@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.12:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |