summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-09-01 13:12:11 +0100
committerMarek Szuba <marecki@gentoo.org>2022-09-01 13:12:11 +0100
commitfa5f56620752ee67894da067c9d23c7ee460b316 (patch)
tree4ac82ff9124dc27de8977a7ea4d24696a3294ca7 /dev-vcs
parentdev-vcs/git-machete: drop IUSE={fi,z}sh-completion (diff)
downloadgentoo-fa5f56620752ee67894da067c9d23c7ee460b316.tar.gz
gentoo-fa5f56620752ee67894da067c9d23c7ee460b316.tar.bz2
gentoo-fa5f56620752ee67894da067c9d23c7ee460b316.zip
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@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-machete/git-machete-3.12.0.ebuild6
1 files 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 )