commit: 740bc3a6e054a701d02605ff87d1cb4547402be0
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 18:12:10 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 18:16:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=740bc3a6
net-misc/streamlink: Set DISTUTILS_USE_SETUPTOOLS
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
net-misc/streamlink/streamlink-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/streamlink/streamlink-9999.ebuild
b/net-misc/streamlink/streamlink-9999.ebuild
index 3460a867236..04417d2b4e7 100644
--- a/net-misc/streamlink/streamlink-9999.ebuild
+++ b/net-misc/streamlink/streamlink-9999.ebuild
@@ -11,6 +11,7 @@ fi
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_REQ_USE='xml(+),threads(+)'
DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 $GIT_ECLASS
@@ -43,7 +44,6 @@ RDEPEND="${DEPEND}
virtual/ffmpeg
"
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]