dev-python/regex: Add missing test deps

Closes: https://bugs.gentoo.org/780459
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-04-06 08:15:31 +02:00
parent 00713d04e1
commit 1b5ab497e5

View File

@@ -16,6 +16,8 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
IUSE="doc"
distutils_enable_tests unittest
python_test() {
eunittest -s "${BUILD_DIR}"/lib
}