diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-18 02:31:33 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-06-18 04:16:54 +0200 |
commit | 985f96466b05cde64e48620f9573f1524ccf58f8 (patch) | |
tree | d2188a707b5d995c9b171af2751a425b1c631f62 /dev-python/MutatorMath | |
parent | dev-python/unicodedata2: fix S (diff) | |
download | guru-985f96466b05cde64e48620f9573f1524ccf58f8.tar.gz guru-985f96466b05cde64e48620f9573f1524ccf58f8.tar.bz2 guru-985f96466b05cde64e48620f9573f1524ccf58f8.zip |
dev-python/MutatorMath: add unicodedata2 test dep
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/MutatorMath')
-rw-r--r-- | dev-python/MutatorMath/MutatorMath-3.0.1.ebuild | 5 |
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 6b2cfebd8..e6face056 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 |