summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-12 09:03:45 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-12 09:03:56 +0200
commit94cde5058d7f14c08b27b83ce1c182b59b5847ba (patch)
tree7fb36ba3e46d4c40521271f1f5caca3d9ce569b2 /dev-python
parentmedia-sound/exaile: dropped obsolete 4.1.1-r1 (diff)
downloadgentoo-94cde5058d7f14c08b27b83ce1c182b59b5847ba.tar.gz
gentoo-94cde5058d7f14c08b27b83ce1c182b59b5847ba.tar.bz2
gentoo-94cde5058d7f14c08b27b83ce1c182b59b5847ba.zip
dev-python/termcolor: Fix variable ordering
Closes: https://bugs.gentoo.org/869800 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/termcolor/termcolor-2.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/termcolor/termcolor-2.0.0.ebuild b/dev-python/termcolor/termcolor-2.0.0.ebuild
index 4cdb49bfec67..61b84954a4c0 100644
--- a/dev-python/termcolor/termcolor-2.0.0.ebuild
+++ b/dev-python/termcolor/termcolor-2.0.0.ebuild
@@ -19,8 +19,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-distutils_enable_tests pytest
-
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
"
+
+distutils_enable_tests pytest