summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-22 08:57:20 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-22 09:08:52 +0200
commita8ac3c96c7bc384949e5a5062a9faaae6b20ac74 (patch)
tree72312c49c0729f3511a727ef2a28cc68f3b8cd1e /dev-python/setuptools-rust
parentdev-python/django-tables2: Add dev-python/lxml test dep (diff)
downloadgentoo-a8ac3c96c7bc384949e5a5062a9faaae6b20ac74.tar.gz
gentoo-a8ac3c96c7bc384949e5a5062a9faaae6b20ac74.tar.bz2
gentoo-a8ac3c96c7bc384949e5a5062a9faaae6b20ac74.zip
dev-python/setuptools-rust: Add dev-python/cffi test dep
Closes: https://bugs.gentoo.org/839999 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setuptools-rust')
-rw-r--r--dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild5
1 files changed, 4 insertions, 1 deletions
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}]
)
"