diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-21 00:27:12 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-21 00:28:07 -0500 |
commit | a75b37f92a9d240343d994be5ac6b0ac6e24348d (patch) | |
tree | 97e11c69abe0f18334ce6fb9f3ca723879c8fa4e /dev-python/pytest-bdd | |
parent | games-emulation/gngb: EAPI6->8, fix build w/ clang16, C2x, and lto (diff) | |
download | gentoo-a75b37f92a9d240343d994be5ac6b0ac6e24348d.tar.gz gentoo-a75b37f92a9d240343d994be5ac6b0ac6e24348d.tar.bz2 gentoo-a75b37f92a9d240343d994be5ac6b0ac6e24348d.zip |
dev-python/pytest-bdd: add missing test dep on setuptools
tests/feature/test_tags.py uses pkg_resources
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/pytest-bdd')
-rw-r--r-- | dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild index 5d7b8445abb2..4e02126a4ee5 100644 --- a/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild +++ b/dev-python/pytest-bdd/pytest-bdd-6.1.1.ebuild @@ -21,7 +21,11 @@ RDEPEND=" dev-python/parse_type[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}]" -BDEPEND="test? ( dev-python/packaging[${PYTHON_USEDEP}] )" +BDEPEND=" + test? ( + dev-python/packaging[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + )" distutils_enable_tests pytest |