From 77cde8829bb30a39cfef96ff62bb73b3a5422a72 Mon Sep 17 00:00:00 2001 From: Michał Górny <mgorny@gentoo.org> Date: Thu, 11 Mar 2021 13:24:23 +0100 Subject: dev-python/python-engineio: Add missing deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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> --- dev-python/python-engineio/python-engineio-4.0.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-python') 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 -- cgit v1.2.3-65-gdbad