summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-09-03 11:36:17 -0400
committerMichał Górny <mgorny@gentoo.org>2024-09-05 10:42:14 +0200
commitab850411d17f4bdbb5aac88aea12baf71791d4ba (patch)
treed78ed2a656aaadd0721717169a52609f8dd622cf /dev-python
parentdev-python/pyasynchat: Depend on dev-python/test (diff)
downloadgentoo-ab850411d17f4bdbb5aac88aea12baf71791d4ba.tar.gz
gentoo-ab850411d17f4bdbb5aac88aea12baf71791d4ba.tar.bz2
gentoo-ab850411d17f4bdbb5aac88aea12baf71791d4ba.zip
dev-python/txaio: Depend on dev-python/test
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/txaio/txaio-23.1.1.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-python/txaio/txaio-23.1.1.ebuild b/dev-python/txaio/txaio-23.1.1.ebuild
index 8a0c0e58ed8c..75eb9f611886 100644
--- a/dev-python/txaio/txaio-23.1.1.ebuild
+++ b/dev-python/txaio/txaio-23.1.1.ebuild
@@ -17,6 +17,14 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ dev-python/test[${PYTHON_USEDEP}]
+ )
+"
distutils_enable_sphinx docs \
'>=dev-python/sphinxcontrib-spelling-2.1.2' \