diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-29 15:47:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-29 16:37:35 +0200 |
commit | f32faf409bdaa6dd93aa1aa5cc8c290cca279e6a (patch) | |
tree | c84ca2145f45d2dc69fd574b226991dbf826d4f9 /dev-python/werkzeug | |
parent | app-editors/gvim: add 9.0.0099 (diff) | |
download | gentoo-f32faf409bdaa6dd93aa1aa5cc8c290cca279e6a.tar.gz gentoo-f32faf409bdaa6dd93aa1aa5cc8c290cca279e6a.tar.bz2 gentoo-f32faf409bdaa6dd93aa1aa5cc8c290cca279e6a.zip |
dev-python/werkzeug: Skip opt test dep on cryptography on wd40
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/werkzeug-2.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-2.2.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/werkzeug/werkzeug-2.1.2.ebuild b/dev-python/werkzeug/werkzeug-2.1.2.ebuild index 22f3f897aebc..08e231670751 100644 --- a/dev-python/werkzeug/werkzeug-2.1.2.ebuild +++ b/dev-python/werkzeug/werkzeug-2.1.2.ebuild @@ -31,12 +31,12 @@ BDEPEND=" dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] dev-python/watchdog[${PYTHON_USEDEP}] - !alpha? ( !hppa? ( !ia64? ( + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( $(python_gen_cond_dep ' dev-python/cryptography[${PYTHON_USEDEP}] ' python3_{8..10} pypy3 # TODO: add py3.11 when ported ) - ) ) ) + ) ) ) ) ) !hppa? ( !ia64? ( !loong? ( $(python_gen_cond_dep ' dev-python/greenlet[${PYTHON_USEDEP}] diff --git a/dev-python/werkzeug/werkzeug-2.2.0.ebuild b/dev-python/werkzeug/werkzeug-2.2.0.ebuild index e9c3e2214e52..be897c71f734 100644 --- a/dev-python/werkzeug/werkzeug-2.2.0.ebuild +++ b/dev-python/werkzeug/werkzeug-2.2.0.ebuild @@ -34,12 +34,12 @@ BDEPEND=" dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] dev-python/watchdog[${PYTHON_USEDEP}] - !alpha? ( !hppa? ( !ia64? ( + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( $(python_gen_cond_dep ' dev-python/cryptography[${PYTHON_USEDEP}] ' python3_{8..10} pypy3 # TODO: add py3.11 when ported ) - ) ) ) + ) ) ) ) ) !hppa? ( !ia64? ( !loong? ( $(python_gen_cond_dep ' dev-python/greenlet[${PYTHON_USEDEP}] diff --git a/dev-python/werkzeug/werkzeug-2.2.1.ebuild b/dev-python/werkzeug/werkzeug-2.2.1.ebuild index 8024b1a6cdd0..1d31830ca31d 100644 --- a/dev-python/werkzeug/werkzeug-2.2.1.ebuild +++ b/dev-python/werkzeug/werkzeug-2.2.1.ebuild @@ -34,12 +34,12 @@ BDEPEND=" dev-python/pytest-timeout[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] dev-python/watchdog[${PYTHON_USEDEP}] - !alpha? ( !hppa? ( !ia64? ( + !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( $(python_gen_cond_dep ' dev-python/cryptography[${PYTHON_USEDEP}] ' python3_{8..11} pypy3 # TODO: add py3.11 when ported ) - ) ) ) + ) ) ) ) ) !hppa? ( !ia64? ( !loong? ( $(python_gen_cond_dep ' dev-python/greenlet[${PYTHON_USEDEP}] |