From 71199f23311718429513278bf24675a43fee7458 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 27 Jan 2024 10:51:30 +0100 Subject: dev-python/dparse: Fix variable ordering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/923005 Signed-off-by: Michał Górny --- dev-python/dparse/dparse-0.6.4_beta0.ebuild | 15 +++++++-------- 1 file 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 ab41db0efcb2..42cae44b983f 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 -- cgit v1.2.3-65-gdbad