Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-engineio/
Date: Fri, 29 Apr 2022 04:05:12
Message-Id: 1651205086.123277a84fe001e4bddaef5cf775c9606ac4a8eb.sam@gentoo
1 commit: 123277a84fe001e4bddaef5cf775c9606ac4a8eb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 04:04:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 04:04:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123277a8
7
8 dev-python/python-engineio: restore websocket dependency
9
10 Closes: https://bugs.gentoo.org/841425
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../{python-engineio-4.3.2-r1.ebuild => python-engineio-4.3.2-r2.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 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
17 similarity index 97%
18 rename from dev-python/python-engineio/python-engineio-4.3.2-r1.ebuild
19 rename to dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild
20 index a7da39134dd9..60800b43a242 100644
21 --- a/dev-python/python-engineio/python-engineio-4.3.2-r1.ebuild
22 +++ b/dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild
23 @@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~x86"
24 RDEPEND="
25 dev-python/aiohttp[${PYTHON_USEDEP}]
26 dev-python/requests[${PYTHON_USEDEP}]
27 + dev-python/websocket-client[${PYTHON_USEDEP}]
28 "
29 # Can use eventlet, werkzeug, or gevent, but no tests for werkzeug
30 # eventlet doesn't yet support Python 3.10, so let's work around it