diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 05:04:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 05:04:46 +0100 |
commit | 123277a84fe001e4bddaef5cf775c9606ac4a8eb (patch) | |
tree | 5ed30910b46a5d82969616978e2b69ba701914fd | |
parent | app-editors/nano: switch to .xz (diff) | |
download | gentoo-123277a84fe001e4bddaef5cf775c9606ac4a8eb.tar.gz gentoo-123277a84fe001e4bddaef5cf775c9606ac4a8eb.tar.bz2 gentoo-123277a84fe001e4bddaef5cf775c9606ac4a8eb.zip |
dev-python/python-engineio: restore websocket dependency
Closes: https://bugs.gentoo.org/841425
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild (renamed from dev-python/python-engineio/python-engineio-4.3.2-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
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 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 |