summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-03-11 13:24:23 +0100
committerMichał Górny <mgorny@gentoo.org>2021-03-11 13:24:44 +0100
commit77cde8829bb30a39cfef96ff62bb73b3a5422a72 (patch)
tree0ee7b1ee7141a13784652f126c32eab5b9f8f2f2 /dev-python/python-engineio
parentdev-python/cssutils: Add missing setuptools_scm deps (diff)
downloadgentoo-77cde8829bb30a39cfef96ff62bb73b3a5422a72.tar.gz
gentoo-77cde8829bb30a39cfef96ff62bb73b3a5422a72.tar.bz2
gentoo-77cde8829bb30a39cfef96ff62bb73b3a5422a72.zip
dev-python/python-engineio: Add missing deps
Unconditionally require all optional runtime deps, and add missing test dependencies. Closes: https://bugs.gentoo.org/775428 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-engineio')
-rw-r--r--dev-python/python-engineio/python-engineio-4.0.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/python-engineio/python-engineio-4.0.1.ebuild b/dev-python/python-engineio/python-engineio-4.0.1.ebuild
index 0dfb44fd0d95..4b15e29d3ee9 100644
--- a/dev-python/python-engineio/python-engineio-4.0.1.ebuild
+++ b/dev-python/python-engineio/python-engineio-4.0.1.ebuild
@@ -19,9 +19,14 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RDEPEND="
+ dev-python/aiohttp[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/websocket-client[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/eventlet[${PYTHON_USEDEP}]
+ www-servers/tornado[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest