diff options
-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 ) |