diff options
author | Sam James <sam@gentoo.org> | 2022-05-31 07:58:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-31 07:58:23 +0100 |
commit | 8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce (patch) | |
tree | 89b2ccacee2668aba742f9f394b4de3044c90491 /net-misc | |
parent | media-sound/soundconverter: update SRC_URI (diff) | |
download | gentoo-8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce.tar.gz gentoo-8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce.tar.bz2 gentoo-8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce.zip |
net-misc/streamlink: add missing deps
Not sure how I missed those..?
Closes: https://bugs.gentoo.org/848699
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/streamlink/streamlink-4.1.0-r1.ebuild (renamed from net-misc/streamlink/streamlink-4.1.0.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/streamlink/streamlink-9999.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/streamlink/streamlink-4.1.0.ebuild b/net-misc/streamlink/streamlink-4.1.0-r1.ebuild index fa55f7a3837a..248a14b9b415 100644 --- a/net-misc/streamlink/streamlink-4.1.0.ebuild +++ b/net-misc/streamlink/streamlink-4.1.0-r1.ebuild @@ -29,9 +29,11 @@ DEPEND=" $(python_gen_cond_dep ' >dev-python/requests-2.21.0[${PYTHON_USEDEP}] dev-python/isodate[${PYTHON_USEDEP}] + >=dev-python/lxml-4.6.4[${PYTHON_USEDEP}] dev-python/websocket-client[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}] >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}] + >dev-python/PySocks-1.5.7[${PYTHON_USEDEP}] >=dev-python/versioningit-1.1.1[${PYTHON_USEDEP}] ') " diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index fa55f7a3837a..248a14b9b415 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -29,9 +29,11 @@ DEPEND=" $(python_gen_cond_dep ' >dev-python/requests-2.21.0[${PYTHON_USEDEP}] dev-python/isodate[${PYTHON_USEDEP}] + >=dev-python/lxml-4.6.4[${PYTHON_USEDEP}] dev-python/websocket-client[${PYTHON_USEDEP}] dev-python/pycountry[${PYTHON_USEDEP}] >=dev-python/pycryptodome-3.4.3[${PYTHON_USEDEP}] + >dev-python/PySocks-1.5.7[${PYTHON_USEDEP}] >=dev-python/versioningit-1.1.1[${PYTHON_USEDEP}] ') " |