Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 11:53:46 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 99e517d0de48 - 2021Q3 - devel/py-zipp: Add missing toml build dependency
Message-ID:  <202108201153.17KBrkcP096897@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by dbaio:

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

commit 99e517d0de483a7649a3361355d2e4aad16a23e5
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-08-20 11:45:04 +0000
Commit:     Danilo G. Baio <dbaio@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108201153.17KBrkcP096897>