commit:     b95a5a091ee5735239d1587e12f2c1babd42b4d0
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 14:58:32 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 15:05:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95a5a09

dev-python/pytest-verbose-parametrize: BDEPEND on setuptools-git

This one is declared in a different script from other deps. May or may
not fix the bug linked below, haven't managed to reproduce it yet.

Bug: https://bugs.gentoo.org/795408
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../pytest-verbose-parametrize-1.7.0.ebuild                   | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild 
b/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild
index eca528e9161..0654f699ace 100644
--- 
a/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild
+++ 
b/dev-python/pytest-verbose-parametrize/pytest-verbose-parametrize-1.7.0.ebuild
@@ -22,11 +22,12 @@ RESTRICT="test"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
        dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="test? (
-       dev-python/coverage[${PYTHON_USEDEP}]
-       dev-python/mock[${PYTHON_USEDEP}]
-       dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
-)"
+BDEPEND="dev-python/setuptools-git[${PYTHON_USEDEP}]
+       test? (
+               dev-python/coverage[${PYTHON_USEDEP}]
+               dev-python/mock[${PYTHON_USEDEP}]
+               dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
+       )"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-1.7.0_collections-abc.patch

Reply via email to