git: 8c08a2edf09b - main - devel/py-zipp: Add missing toml build dependency
Danilo G. Baio
dbaio at FreeBSD.org
Fri Aug 20 11:50:00 UTC 2021
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c08a2edf09b17f5fd1da63dc4c25f7eec8620b7
commit 8c08a2edf09b17f5fd1da63dc4c25f7eec8620b7
Author: Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-08-20 11:45:04 +0000
Commit: Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-08-20 11:45:04 +0000
devel/py-zipp: Add missing toml build dependency
A build issue occurs when devel/py-setuptools_scm has its TOML option
disabled.
PR: 256872
Reported by: Philipp Engel <kidon at posteo.de>
Approved by: portmgr (blanket)
MFH: 2021Q3
---
devel/py-zipp/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-zipp/Makefile b/devel/py-zipp/Makefile
index 273b1e3d1e40..187070c79074 100644
--- a/devel/py-zipp/Makefile
+++ b/devel/py-zipp/Makefile
@@ -10,7 +10,8 @@ COMMENT= Backport of pathlib-compatible object wrapper for zip files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
More information about the dev-commits-ports-all
mailing list