dev-python/mistletoe: add missing BDEPEND for tests

Closes: https://bugs.gentoo.org/908430
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy
2023-06-13 12:36:09 -04:00
parent a8daf8b004
commit 5fecbbbdb6

View File

@@ -0,0 +1,20 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure Python."
HOMEPAGE="https://github.com/miyuchina/mistletoe"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest