From 2288fafbc76232d814d94544b86f9498adbef5cb Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 22 Dec 2022 20:06:34 -0500 Subject: dev-python/portion: fix BDEPEND Signed-off-by: Julien Roy --- dev-python/portion/portion-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/portion/portion-2.3.0.ebuild b/dev-python/portion/portion-2.3.0.ebuild index 790f78c..ae471de 100644 --- a/dev-python/portion/portion-2.3.0.ebuild +++ b/dev-python/portion/portion-2.3.0.ebuild @@ -22,6 +22,6 @@ RDEPEND="test? ( dev-python/black[${PYTHON_USEDEP}] )" DEPEND="${RDEPEND}" -BDEPEND="dev-python/sortedcontainers" +BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]" distutils_enable_tests pytest -- cgit v1.2.3