Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2024 06:30:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d43ae9032deb - main - devel/py-graphene-django: Update version requirement of RUN_DEPENDS
Message-ID:  <202405160630.44G6UlZr044158@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d43ae9032debd011d8671abe0639b251f1015d6c

commit d43ae9032debd011d8671abe0639b251f1015d6c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:06 +0000

    devel/py-graphene-django: Update version requirement of RUN_DEPENDS
---
 devel/py-graphene-django/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160630.44G6UlZr044158>