diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-16 06:18:12 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-16 06:22:06 +0000 |
commit | d43ae9032debd011d8671abe0639b251f1015d6c (patch) | |
tree | 4d801bca4c393028181dd004718ff41eafa6f4c5 | |
parent | fe0455793e6c99fee17c3f8aa5514b6f2a07d6bd (diff) |
devel/py-graphene-django: Update version requirement of RUN_DEPENDS
-rw-r--r-- | devel/py-graphene-django/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-graphene-django/Makefile b/devel/py-graphene-django/Makefile index 44434de69f88..563095e0d2fd 100644 --- a/devel/py-graphene-django/Makefile +++ b/devel/py-graphene-django/Makefile @@ -32,6 +32,6 @@ OPTIONS_DEFINE= REST_FRAMEWORK OPTIONS_DEFAULT=REST_FRAMEWORK REST_FRAMEWORK_DESC= REST framework support -REST_FRAMEWORK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.6.3:www/py-djangorestframework@${PY_FLAVOR} +REST_FRAMEWORK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.6.3,1:www/py-djangorestframework@${PY_FLAVOR} .include <bsd.port.mk> |