commit: 032a347aaf2522ee9b97ad4cf8c1001a3d503cea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 13:49:33 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 14:37:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032a347a
dev-python/pip: Skip opt test dep on cryptography on wd40 arches
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pip/pip-22.1.2.ebuild | 4 ++--
dev-python/pip/pip-22.2.1.ebuild | 4 ++--
dev-python/pip/pip-22.2.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/pip/pip-22.1.2.ebuild b/dev-python/pip/pip-22.1.2.ebuild
index 0811bec7ca4e..92328155e736 100644
--- a/dev-python/pip/pip-22.1.2.ebuild
+++ b/dev-python/pip/pip-22.1.2.ebuild
@@ -53,9 +53,9 @@ BDEPEND="
dev-python/tomli-w[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
- !alpha? ( !hppa? ( !ia64? (
+ !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
dev-python/cryptography[${PYTHON_USEDEP}]
- ) ) )
+ ) ) ) ) ) )
' "${PYTHON_TESTED[@]}")
)
"
diff --git a/dev-python/pip/pip-22.2.1.ebuild b/dev-python/pip/pip-22.2.1.ebuild
index d5542f692f0d..5e07d0a0768b 100644
--- a/dev-python/pip/pip-22.2.1.ebuild
+++ b/dev-python/pip/pip-22.2.1.ebuild
@@ -53,9 +53,9 @@ BDEPEND="
dev-python/tomli-w[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
- !alpha? ( !hppa? ( !ia64? (
+ !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
dev-python/cryptography[${PYTHON_USEDEP}]
- ) ) )
+ ) ) ) ) ) )
' "${PYTHON_TESTED[@]}")
)
"
diff --git a/dev-python/pip/pip-22.2.ebuild b/dev-python/pip/pip-22.2.ebuild
index aca0d2742dac..98f0a4fb0961 100644
--- a/dev-python/pip/pip-22.2.ebuild
+++ b/dev-python/pip/pip-22.2.ebuild
@@ -53,9 +53,9 @@ BDEPEND="
dev-python/tomli-w[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
- !alpha? ( !hppa? ( !ia64? (
+ !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? (
dev-python/cryptography[${PYTHON_USEDEP}]
- ) ) )
+ ) ) ) ) ) )
' "${PYTHON_TESTED[@]}")
)
"