commit:     71199f23311718429513278bf24675a43fee7458
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 27 09:51:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 27 12:10:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71199f23

dev-python/dparse: Fix variable ordering

Closes: https://bugs.gentoo.org/923005
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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

Reply via email to