From 925aa4888c8edd9640532194877bee7d9e9be44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 2 Aug 2022 14:55:19 +0200 Subject: [PATCH] dev-python/setuptools: Add a note about bumping ensurepip-wheels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/setuptools/setuptools-63.3.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/setuptools/setuptools-63.3.0.ebuild b/dev-python/setuptools/setuptools-63.3.0.ebuild index 4133756fb9e78..e6015c0fc03f7 100644 --- a/dev-python/setuptools/setuptools-63.3.0.ebuild +++ b/dev-python/setuptools/setuptools-63.3.0.ebuild @@ -4,6 +4,8 @@ # please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 +# please bump dev-python/ensurepip-wheels along with this package! + DISTUTILS_USE_PEP517=standalone PYTHON_TESTED=( python3_{8..11} pypy3 ) PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )