diff options
Diffstat (limited to 'dev-python/dparse')
| -rw-r--r-- | dev-python/dparse/dparse-0.6.4_beta0.ebuild | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/dparse/dparse-0.6.4_beta0.ebuild b/dev-python/dparse/dparse-0.6.4_beta0.ebuild index 54451e874b48..65cb3df979ed 100644 --- a/dev-python/dparse/dparse-0.6.4_beta0.ebuild +++ b/dev-python/dparse/dparse-0.6.4_beta0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,15 +18,14 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~riscv" -distutils_enable_tests pytest - +# Break circular dependency +PDEPEND=" + dev-python/pipenv[${PYTHON_USEDEP}] +" BDEPEND=" test? ( - dev-python/pipenv[${PYTHON_USEDEP}] + ${PDEPEND} ) " -# Break circular dependency -PDEPEND=" - dev-python/pipenv[${PYTHON_USEDEP}] -" +distutils_enable_tests pytest |
