Date: Tue, 29 Jun 2021 03:10:10 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 256872] devel/py-zipp: Fails to configure attempting to (network) pip install toml wheel: subprocess.CalledProcessError: Command '['/usr/local/bin/python3.9', '-m', 'pip', ... 'wheel', '--no-deps', ... 'toml' Message-ID: <bug-256872-21822-IO5IeSgqrb@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-256872-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-256872-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256872 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch Severity|Affects Only Me |Affects Many People --- Comment #2 from Kubilay Kocak <koobs@FreeBSD.org> --- zipp declares toml (via setuptools_scm[toml]) as a setup_requires [1][2], w= hich is not included as a BUILD_DEPENDS in the port [1] setup.cfg: setup_requires =3D setuptools_scm[toml] >=3D 3.4.1 [2] https://github.com/jaraco/zipp/blob/main/setup.cfg#L23 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256872-21822-IO5IeSgqrb>