summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-04 16:52:48 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-04 16:52:48 +0100
commit35ddf347742040dfa17ea75874329a7119f50f9f (patch)
treedf8b325b219e1f56946e1c84ee0c8260e646a383
parentdev-python/pip: Enable testing on python3.12 (diff)
downloadgentoo-35ddf347742040dfa17ea75874329a7119f50f9f.tar.gz
gentoo-35ddf347742040dfa17ea75874329a7119f50f9f.tar.bz2
gentoo-35ddf347742040dfa17ea75874329a7119f50f9f.zip
dev-python/pip: Add a link to NO_COLOR pull request
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pip/pip-24.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pip/pip-24.0.ebuild b/dev-python/pip/pip-24.0.ebuild
index fb979446cadf..b4f8836682f0 100644
--- a/dev-python/pip/pip-24.0.ebuild
+++ b/dev-python/pip/pip-24.0.ebuild
@@ -58,6 +58,7 @@ distutils_enable_tests pytest
python_prepare_all() {
local PATCHES=(
"${FILESDIR}/pip-23.1-no-coverage.patch"
+ # https://github.com/pypa/pip/pull/12415
"${FILESDIR}/pip-23.3.1-no-color.patch"
)