commit:     a7164bb549f2b70d33025b6f75f62818614c870c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  6 11:08:54 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 11:44:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7164bb5

dev-python/pycountry: Fix variable order

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

 dev-python/pycountry/pycountry-23.12.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycountry/pycountry-23.12.11.ebuild 
b/dev-python/pycountry/pycountry-23.12.11.ebuild
index 4f852ff6f0b4..3db3277b69db 100644
--- a/dev-python/pycountry/pycountry-23.12.11.ebuild
+++ b/dev-python/pycountry/pycountry-23.12.11.ebuild
@@ -18,10 +18,10 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
-distutils_enable_tests pytest
-
 BDEPEND="
        test? (
                dev-python/importlib-metadata[${PYTHON_USEDEP}]
        )
 "
+
+distutils_enable_tests pytest

Reply via email to