aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2021-08-20 11:45:04 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2021-08-20 11:53:01 +0000
commit99e517d0de483a7649a3361355d2e4aad16a23e5 (patch)
treea039d5253d5b1a63807395b152897513c50a0b5e /devel
parent870111f811acb8c11d55bc7c336e1a65215ae6e5 (diff)
downloadports-99e517d0de483a7649a3361355d2e4aad16a23e5.tar.gz
ports-99e517d0de483a7649a3361355d2e4aad16a23e5.zip
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@posteo.de> Approved by: portmgr (blanket) (cherry picked from commit 8c08a2edf09b17f5fd1da63dc4c25f7eec8620b7)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-zipp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-zipp/Makefile b/devel/py-zipp/Makefile
index 48c5c5dc3593..ea953a1a389e 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