Skip to content

Commit

Permalink
dev-vcs/git-machete: do not call python_gen_cond_dep
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Marek Szuba committed Sep 1, 2022
1 parent 5aad1c6 commit fa5f566
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dev-vcs/git-machete/git-machete-3.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit fa5f566

Please sign in to comment.