git: 99e517d0de48 - 2021Q3 - devel/py-zipp: Add missing toml build dependency

Danilo G. Baio dbaio at FreeBSD.org
Fri Aug 20 11:53:46 UTC 2021


The branch 2021Q3 has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99e517d0de483a7649a3361355d2e4aad16a23e5

commit 99e517d0de483a7649a3361355d2e4aad16a23e5
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:53:01 +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)
    
    (cherry picked from commit 8c08a2edf09b17f5fd1da63dc4c25f7eec8620b7)
---
 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 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


More information about the dev-commits-ports-branches mailing list