git: 430553c1f1c7 - main - devel/py-setuptools_scm: Adjust BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Feb 2022 16:34:03 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=430553c1f1c7c0dc5e4910174fec5d025b794789
commit 430553c1f1c7c0dc5e4910174fec5d025b794789
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-02-19 16:25:10 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-02-19 16:25:10 +0000
devel/py-setuptools_scm: Adjust BUILD_DEPENDS
* Remove devel/py-wheel from BUILD_DEPENDS as it leads to circular
dependencies under certain conditions, e.g. when the non-default
option SIGNATURE of devel/py-wheel is enabled.
Although devel/py-wheel is listed in "pyproject.toml", it is not
needed during build, nor does it result in different package content.
PR: 261920
Reported by: Phil Pennock
---
devel/py-setuptools_scm/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel/py-setuptools_scm/Makefile b/devel/py-setuptools_scm/Makefile
index 65e78d9290b9..c9feaea076a3 100644
--- a/devel/py-setuptools_scm/Makefile
+++ b/devel/py-setuptools_scm/Makefile
@@ -11,8 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tomli>=1.0.0:textproc/py-tomli@${PY_FLAVOR}
TEST_DEPENDS= git:devel/git \