commit:     77cde8829bb30a39cfef96ff62bb73b3a5422a72
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 12:24:23 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 12:24:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cde882

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 <AT> gentoo.org>

 dev-python/python-engineio/python-engineio-4.0.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

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 0dfb44fd0d9..4b15e29d3ee 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

Reply via email to