dev-python/pip: Backport endianness patch to older versions

Thanks to Dakon for preparing and testing this.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-06-11 09:22:07 +02:00
parent d2215d4f77
commit 11615a048d
3 changed files with 3 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ python_prepare_all() {
# these are from upstream git
"${FILESDIR}/pip-19.3.1-network-tests.patch"
"${FILESDIR}/${PN}-20.1.1-test-endian.patch"
)
if ! use vanilla; then
PATCHES+=( "${FILESDIR}/pip-19.3.1-r2-disable-system-install.patch" )

View File

@@ -54,6 +54,7 @@ DEPEND="
python_prepare_all() {
local PATCHES=(
"${FILESDIR}/${PN}-19.3-disable-version-check.patch"
"${FILESDIR}/${PN}-20.1.1-test-endian.patch"
)
if ! use vanilla; then
PATCHES+=( "${FILESDIR}/pip-20.0.2-disable-system-install.patch" )

View File

@@ -56,6 +56,7 @@ DEPEND="
python_prepare_all() {
local PATCHES=(
"${FILESDIR}/${PN}-19.3-disable-version-check.patch"
"${FILESDIR}/${PN}-20.1.1-test-endian.patch"
)
if ! use vanilla; then
PATCHES+=( "${FILESDIR}/pip-20.0.2-disable-system-install.patch" )