From a86027157f9bdf7203f0da9113e2ebb6791b59db Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 3 Sep 2024 11:37:05 -0400 Subject: dev-python/pytrie: Depend on dev-python/test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eli Schwartz Signed-off-by: Michał Górny --- dev-python/pytrie/pytrie-0.4.0-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev-python/pytrie') diff --git a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild index f3773320e270..8b5ff7e5375e 100644 --- a/dev-python/pytrie/pytrie-0.4.0-r1.ebuild +++ b/dev-python/pytrie/pytrie-0.4.0-r1.ebuild @@ -19,9 +19,16 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/sortedcontainers[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/test[${PYTHON_USEDEP}] + ) +" distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad