commit:     5fecbbbdb6746a91d907bdc3301cb7874856a88b
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Jun 13 16:36:09 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 16:36:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fecbbbd

dev-python/mistletoe: add missing BDEPEND for tests

Closes: https://bugs.gentoo.org/908430
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../mistletoe/{mistletoe-1.1.0.ebuild => mistletoe-1.1.0-r1.ebuild}    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild 
b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
similarity index 86%
rename from dev-python/mistletoe/mistletoe-1.1.0.ebuild
rename to dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
index 785d7cc69..16777ea07 100644
--- a/dev-python/mistletoe/mistletoe-1.1.0.ebuild
+++ b/dev-python/mistletoe/mistletoe-1.1.0-r1.ebuild
@@ -15,7 +15,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND=""
-DEPEND="${RDEPEND}"
+BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest

Reply via email to