From 1b5ab497e562e7c00685645ef03738dbff3fa90e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 6 Apr 2021 08:15:31 +0200 Subject: dev-python/regex: Add missing test deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/780459 Signed-off-by: Michał Górny --- dev-python/regex/regex-2021.4.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev-python/regex') diff --git a/dev-python/regex/regex-2021.4.4.ebuild b/dev-python/regex/regex-2021.4.4.ebuild index 1ffe778404ae..bdc4192dab64 100644 --- a/dev-python/regex/regex-2021.4.4.ebuild +++ b/dev-python/regex/regex-2021.4.4.ebuild @@ -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 } -- cgit v1.2.3-65-gdbad