Date: Sat, 08 Mar 2025 04:07:36 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 270510] python.mk: remove setuptools from RUN_DEPENDS Message-ID: <bug-270510-21822-dL4mTRRQXp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-270510-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-270510-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=3D270510 --- Comment #47 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Dbc7ed2ccd62e3bb0b76cea6f261558a= 121aa422a commit bc7ed2ccd62e3bb0b76cea6f261558a121aa422a Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-03-08 02:15:28 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-03-08 04:05:17 +0000 python.mk: remove setuptools from RUN_DEPENDS Historically this was needed as a RUN_DEPENDS due to consumers using the included pkg_resources, which has been deprecated for some time now in favour of the importlib suite. (pkg_resources consumers are strongly advised to migrate to importlib et al.) PR: 270510 Reviewed by: crees, rm Tested by: jhale, wen exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D39303 CHANGES | 20 ++++++++++++++++++++ Mk/Uses/python.mk | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug. 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-270510-21822-dL4mTRRQXp>