commit: 35ddf347742040dfa17ea75874329a7119f50f9f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 4 15:52:48 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 4 15:52:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ddf347
dev-python/pip: Add a link to NO_COLOR pull request
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pip/pip-24.0.ebuild | 1 +
1 file changed, 1 insertion(+)
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"
)