From 985f96466b05cde64e48620f9573f1524ccf58f8 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 18 Jun 2021 02:31:33 +0200 Subject: [PATCH] dev-python/MutatorMath: add unicodedata2 test dep Signed-off-by: Alessandro Barbieri --- dev-python/MutatorMath/MutatorMath-3.0.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild b/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild index 6b2cfebd8c..e6face0569 100644 --- a/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild +++ b/dev-python/MutatorMath/MutatorMath-3.0.1.ebuild @@ -21,7 +21,10 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/unicodedata2[${PYTHON_USEDEP}] + ) " distutils_enable_tests setup.py