diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-29 15:49:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-29 16:37:36 +0200 |
commit | 032a347aaf2522ee9b97ad4cf8c1001a3d503cea (patch) | |
tree | 345987cd752cb3cb0923c330743e73d9f46f9e97 /dev-python/pip | |
parent | dev-python/werkzeug: Skip opt test dep on cryptography on wd40 (diff) | |
download | gentoo-032a347aaf2522ee9b97ad4cf8c1001a3d503cea.tar.gz gentoo-032a347aaf2522ee9b97ad4cf8c1001a3d503cea.tar.bz2 gentoo-032a347aaf2522ee9b97ad4cf8c1001a3d503cea.zip |
dev-python/pip: Skip opt test dep on cryptography on wd40 arches
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r-- | dev-python/pip/pip-22.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pip/pip-22.2.1.ebuild | 4 | ||||
-rw-r--r-- | 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[@]}") ) " |