commit:     fa5f56620752ee67894da067c9d23c7ee460b316
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 12:12:11 2022 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 12:12:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5f5662

dev-vcs/git-machete: do not call python_gen_cond_dep

This was a holdover from the first, single-impl iteration of this ebuild.
Now that git-machete is installed multi-impl (and why not, maybe someone
WILL want to call it from Python scripts - the API is IMHO clean enough
for it to work), it is very much unnecessary.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-vcs/git-machete/git-machete-3.12.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git-machete/git-machete-3.12.0.ebuild 
b/dev-vcs/git-machete/git-machete-3.12.0.ebuild
index fc280b8825d9..d84db41daa4c 100644
--- a/dev-vcs/git-machete/git-machete-3.12.0.ebuild
+++ b/dev-vcs/git-machete/git-machete-3.12.0.ebuild
@@ -19,10 +19,8 @@ KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="dev-vcs/git"
 BDEPEND="test? (
-       $(python_gen_cond_dep '
-               >=dev-python/pytest-mock-3.8.2[${PYTHON_USEDEP}]
-               >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
-       ')
+       >=dev-python/pytest-mock-3.8.2[${PYTHON_USEDEP}]
+       >=dev-python/pytest-xdist-2.5.0[${PYTHON_USEDEP}]
 )"
 
 DOCS=( CONTRIBUTING.md README.md )

Reply via email to