commit: 123277a84fe001e4bddaef5cf775c9606ac4a8eb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 29 04:04:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 29 04:04:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123277a8
dev-python/python-engineio: restore websocket dependency Closes: https://bugs.gentoo.org/841425 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{python-engineio-4.3.2-r1.ebuild => python-engineio-4.3.2-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-engineio/python-engineio-4.3.2-r1.ebuild b/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild similarity index 97% rename from dev-python/python-engineio/python-engineio-4.3.2-r1.ebuild rename to dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild index a7da39134dd9..60800b43a242 100644 --- a/dev-python/python-engineio/python-engineio-4.3.2-r1.ebuild +++ b/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] + dev-python/websocket-client[${PYTHON_USEDEP}] " # Can use eventlet, werkzeug, or gevent, but no tests for werkzeug # eventlet doesn't yet support Python 3.10, so let's work around it
