summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-02 14:55:35 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-02 14:57:24 +0200
commit5d3f138063cb205b767ee9789cf90d25a8a0a819 (patch)
tree64568ab7861d010f124e1b0972304631dd89e14e /dev-python/pip
parentdev-python/setuptools: Add a note about bumping ensurepip-wheels (diff)
downloadgentoo-5d3f138063cb205b767ee9789cf90d25a8a0a819.tar.gz
gentoo-5d3f138063cb205b767ee9789cf90d25a8a0a819.tar.bz2
gentoo-5d3f138063cb205b767ee9789cf90d25a8a0a819.zip
dev-python/pip: Add a note about bumping ensurepip-wheels
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r--dev-python/pip/pip-22.2.1-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pip/pip-22.2.1-r1.ebuild b/dev-python/pip/pip-22.2.1-r1.ebuild
index b65cd0b55288..8d3b6ef3e28e 100644
--- a/dev-python/pip/pip-22.2.1-r1.ebuild
+++ b/dev-python/pip/pip-22.2.1-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+# please bump dev-python/ensurepip-wheels along with this package!
+
DISTUTILS_USE_PEP517=setuptools
PYTHON_TESTED=( python3_{8..10} )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_11 pypy3 )