git: fbec0a1a90cb - main - devel/py-pathspec: Remove duplicate BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:31 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fbec0a1a90cb1d446149624e9a61e299b3080f24
commit fbec0a1a90cb1d446149624e9a61e299b3080f24
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:54:46 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:28 +0000
devel/py-pathspec: Remove duplicate BUILD_DEPENDS
devel/py-setuptools (the latest version in the tree) is already added via Mk/Uses/python.mk (around line 593).
With hat: python
---
devel/py-pathspec/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/devel/py-pathspec/Makefile b/devel/py-pathspec/Makefile
index 0a74aa2b6127..2a7aee29efb4 100644
--- a/devel/py-pathspec/Makefile
+++ b/devel/py-pathspec/Makefile
@@ -11,7 +11,6 @@ WWW= https://pypi.org/project/pathspec/
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.7+