diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-09-01 13:12:11 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-09-01 13:12:11 +0100 |
commit | fa5f56620752ee67894da067c9d23c7ee460b316 (patch) | |
tree | 4ac82ff9124dc27de8977a7ea4d24696a3294ca7 /dev-vcs/git-machete | |
parent | dev-vcs/git-machete: drop IUSE={fi,z}sh-completion (diff) | |
download | gentoo-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/git-machete')
-rw-r--r-- | dev-vcs/git-machete/git-machete-3.12.0.ebuild | 6 |
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 ) |