From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1402960-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 692B1158091
	for <garchives@archives.gentoo.org>; Tue, 31 May 2022 06:58:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 98669E082B;
	Tue, 31 May 2022 06:58:44 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2F221E082B
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 06:58:44 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0A101341A72
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 06:58:43 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 74180D3
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 May 2022 06:58:41 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1653980303.8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/streamlink/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/streamlink/streamlink-4.1.0-r1.ebuild net-misc/streamlink/streamlink-4.1.0.ebuild net-misc/streamlink/streamlink-9999.ebuild
X-VCS-Directories: net-misc/streamlink/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce
X-VCS-Branch: master
Date: Tue, 31 May 2022 06:58:41 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 422df6b7-b475-464c-aff5-be976d561af0
X-Archives-Hash: 7776b703fbe523cc0aad3177e720a3ba

commit:     8373e9ba0ad2b07a2335ccdeb8ee924bcd6ea1ce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 06:58:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 06:58:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8373e9ba

net-misc/streamlink: add missing deps

Not sure how I missed those..?

Closes: https://bugs.gentoo.org/848699
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../streamlink/{streamlink-4.1.0.ebuild => streamlink-4.1.0-r1.ebuild}  | 2 ++
 net-misc/streamlink/streamlink-9999.ebuild                              | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/net-misc/streamlink/streamlink-4.1.0.ebuild b/net-misc/streamlink/streamlink-4.1.0-r1.ebuild
similarity index 94%
rename from net-misc/streamlink/streamlink-4.1.0.ebuild
rename to 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}]
 	')
 "