git: cf458ec1ff2a - main - devel/py-graphql-core: Fix version requirement of BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Dec 2025 21:22:37 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf458ec1ff2a78f0cb0f2a8c497d84e2fcf98b69
commit cf458ec1ff2a78f0cb0f2a8c497d84e2fcf98b69
Author: Nicholas Kirby <nick@kirby.cx>
AuthorDate: 2025-12-16 21:17:13 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 21:17:13 +0000
devel/py-graphql-core: Fix version requirement of BUILD_DEPENDS
PR: 291415
---
devel/py-graphql-core/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/py-graphql-core/Makefile b/devel/py-graphql-core/Makefile
index 735ebcdda7a2..f39e098e53be 100644
--- a/devel/py-graphql-core/Makefile
+++ b/devel/py-graphql-core/Makefile
@@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1<3:devel/py-poetry-core@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=59<76:devel/py-setuptools@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=59<81:devel/py-setuptools@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517