summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-26 10:46:35 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-26 10:46:56 +0200
commit94f4934e4e1aa7acac42c5d20a52059238188b5c (patch)
treee3b91077b653d57b71723e75a2fd6184c56ea8c1
parentapp-containers/distrobox: Keyword 1.5.0.2 riscv, #911189 (diff)
downloadgentoo-94f4934e4e1aa7acac42c5d20a52059238188b5c.tar.gz
gentoo-94f4934e4e1aa7acac42c5d20a52059238188b5c.tar.bz2
gentoo-94f4934e4e1aa7acac42c5d20a52059238188b5c.zip
dev-python/mistletoe: Fix BDEPEND ordering
Closes: https://bugs.gentoo.org/911248 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/mistletoe/mistletoe-1.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild b/dev-python/mistletoe/mistletoe-1.1.0.ebuild
index 619dbc546701..a2ac87224902 100644
--- a/dev-python/mistletoe/mistletoe-1.1.0.ebuild
+++ b/dev-python/mistletoe/mistletoe-1.1.0.ebuild
@@ -23,10 +23,10 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-distutils_enable_tests pytest
-
BDEPEND="
test? (
dev-python/parameterized[${PYTHON_USEDEP}]
)
"
+
+distutils_enable_tests pytest