[Bug 270510] python.mk: remove setuptools from RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Mar 2025 04:07:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270510
--- Comment #47 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=bc7ed2ccd62e3bb0b76cea6f261558a121aa422a
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(-)
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.