summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-28 09:05:19 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-28 09:05:19 +0200
commitd10621205b9c9b88e5150278fcdec4c71cfa4b56 (patch)
tree7ba428a5da31986eaff9c81c1085e7e69faa4abd
parentdev-python/flask-cors: Remove old (diff)
downloadgentoo-d10621205b9c9b88e5150278fcdec4c71cfa4b56.tar.gz
gentoo-d10621205b9c9b88e5150278fcdec4c71cfa4b56.tar.bz2
gentoo-d10621205b9c9b88e5150278fcdec4c71cfa4b56.zip
dev-python/irctokens: Add dev-python/pyyaml test dep
Closes: https://bugs.gentoo.org/911368 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/irctokens/irctokens-2.0.2.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/irctokens/irctokens-2.0.2.ebuild b/dev-python/irctokens/irctokens-2.0.2.ebuild
index 59b18fb4be10..9ab54e081e67 100644
--- a/dev-python/irctokens/irctokens-2.0.2.ebuild
+++ b/dev-python/irctokens/irctokens-2.0.2.ebuild
@@ -27,4 +27,10 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.0.2-exclude-tests.patch
)
+BDEPEND="
+ test? (
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ )
+"
+
distutils_enable_tests unittest