commit: a8ac3c96c7bc384949e5a5062a9faaae6b20ac74 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 22 06:57:20 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 22 07:08:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ac3c96
dev-python/setuptools-rust: Add dev-python/cffi test dep Closes: https://bugs.gentoo.org/839999 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild index 9c819107189c..6651fb134552 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild @@ -110,9 +110,12 @@ BDEPEND=" >=dev-python/setuptools_scm-6.3.2[${PYTHON_USEDEP}] test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cffi[${PYTHON_USEDEP}] + ' 'python*') dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] ) "
