summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-17 12:18:51 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-17 12:18:51 +0100
commit0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f (patch)
tree9938cc8ea3b2e54a0de144ce46f66f72f793082b /dev-python/python-socks
parentdev-python/exdown: drop UnusedInherits (diff)
downloadgentoo-0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f.tar.gz
gentoo-0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f.tar.bz2
gentoo-0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f.zip
dev-python/python-socks: Add a test dep on trio
Closes: https://bugs.gentoo.org/829433 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-socks')
-rw-r--r--dev-python/python-socks/python-socks-2.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-socks/python-socks-2.0.1.ebuild b/dev-python/python-socks/python-socks-2.0.1.ebuild
index 94d2cb6ce6da..4f23e8503be8 100644
--- a/dev-python/python-socks/python-socks-2.0.1.ebuild
+++ b/dev-python/python-socks/python-socks-2.0.1.ebuild
@@ -26,6 +26,7 @@ BDEPEND="
test? (
$(python_gen_cond_dep '
>=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
' 'python*')
dev-python/async_timeout[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]