From 5fecbbbdb6746a91d907bdc3301cb7874856a88b Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Tue, 13 Jun 2023 12:36:09 -0400 Subject: [PATCH] dev-python/mistletoe: add missing BDEPEND for tests Closes: https://bugs.gentoo.org/908430 Signed-off-by: Julien Roy --- .../{mistletoe-1.1.0.ebuild => mistletoe-1.1.0-r1.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename dev-python/mistletoe/{mistletoe-1.1.0.ebuild => mistletoe-1.1.0-r1.ebuild} (86%) 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 785d7cc692..16777ea07e 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