Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/
Date: Tue, 31 May 2022 06:58:45
Message-Id: 1653980303.8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce.sam@gentoo
1 commit: 8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 06:58:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 06:58:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8373e9ba
7
8 net-misc/streamlink: add missing deps
9
10 Not sure how I missed those..?
11
12 Closes: https://bugs.gentoo.org/848699
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../streamlink/{streamlink-4.1.0.ebuild => streamlink-4.1.0-r1.ebuild} | 2 ++
16 net-misc/streamlink/streamlink-9999.ebuild | 2 ++
17 2 files changed, 4 insertions(+)
18
19 diff --git a/net-misc/streamlink/streamlink-4.1.0.ebuild b/net-misc/streamlink/streamlink-4.1.0-r1.ebuild
20 similarity index 94%
21 rename from net-misc/streamlink/streamlink-4.1.0.ebuild
22 rename to net-misc/streamlink/streamlink-4.1.0-r1.ebuild
23 index fa55f7a3837a..248a14b9b415 100644
24 --- a/net-misc/streamlink/streamlink-4.1.0.ebuild
25 +++ b/net-misc/streamlink/streamlink-4.1.0-r1.ebuild
26 @@ -29,9 +29,11 @@ DEPEND="
27 $(python_gen_cond_dep '
28 >dev-python/requests-2.21.0[${PYTHON_USEDEP}]
29 dev-python/isodate[${PYTHON_USEDEP}]
30 + >=dev-python/lxml-4.6.4[${PYTHON_USEDEP}]
31 dev-python/websocket-client[${PYTHON_USEDEP}]
32 dev-python/pycountry[${PYTHON_USEDEP}]
33 >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
34 + >dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
35 >=dev-python/versioningit-1.1.1[${PYTHON_USEDEP}]
36 ')
37 "
38
39 diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild
40 index fa55f7a3837a..248a14b9b415 100644
41 --- a/net-misc/streamlink/streamlink-9999.ebuild
42 +++ b/net-misc/streamlink/streamlink-9999.ebuild
43 @@ -29,9 +29,11 @@ DEPEND="
44 $(python_gen_cond_dep '
45 >dev-python/requests-2.21.0[${PYTHON_USEDEP}]
46 dev-python/isodate[${PYTHON_USEDEP}]
47 + >=dev-python/lxml-4.6.4[${PYTHON_USEDEP}]
48 dev-python/websocket-client[${PYTHON_USEDEP}]
49 dev-python/pycountry[${PYTHON_USEDEP}]
50 >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}]
51 + >dev-python/PySocks-1.5.7[${PYTHON_USEDEP}]
52 >=dev-python/versioningit-1.1.1[${PYTHON_USEDEP}]
53 ')
54 "