aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-18 02:31:33 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-18 04:16:54 +0200
commit985f96466b05cde64e48620f9573f1524ccf58f8 (patch)
treed2188a707b5d995c9b171af2751a425b1c631f62
parentdev-python/unicodedata2: fix S (diff)
downloadguru-985f9646.tar.gz
guru-985f9646.tar.bz2
guru-985f9646.zip
dev-python/MutatorMath: add unicodedata2 test dep
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/MutatorMath/MutatorMath-3.0.1.ebuild5
1 files changed, 4 insertions, 1 deletions
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