diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-21 17:55:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-21 19:05:59 +0200 |
commit | c22222767b7d58e3a0826751373ab7978daee265 (patch) | |
tree | 99b2ca0b7302894ee61cfece076ee81f10387514 /dev-python/cryptography | |
parent | dev-python/setuptools_rust: Clean PYTHON_COMPAT up (diff) | |
download | gentoo-c22222767b7d58e3a0826751373ab7978daee265.tar.gz gentoo-c22222767b7d58e3a0826751373ab7978daee265.tar.bz2 gentoo-c22222767b7d58e3a0826751373ab7978daee265.zip |
Rename dev-python/{setuptools_rust → setuptools-rust}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cryptography')
-rw-r--r-- | dev-python/cryptography/cryptography-36.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cryptography/cryptography-36.0.0.ebuild b/dev-python/cryptography/cryptography-36.0.0.ebuild index 1d19af956958..9e8f6a3fcb1e 100644 --- a/dev-python/cryptography/cryptography-36.0.0.ebuild +++ b/dev-python/cryptography/cryptography-36.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -78,7 +78,7 @@ DEPEND="${RDEPEND} $(python_gen_cond_dep ' >=dev-python/cffi-1.8:=[${PYTHON_USEDEP}] ' 'python*')" -BDEPEND="dev-python/setuptools_rust[${PYTHON_USEDEP}] +BDEPEND="dev-python/setuptools-rust[${PYTHON_USEDEP}] test? ( >=dev-python/hypothesis-1.11.4[${PYTHON_USEDEP}] dev-python/iso8601[${PYTHON_USEDEP}] |