projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2fca4
)
net-misc/streamlink: Set DISTUTILS_USE_SETUPTOOLS
author
Mart Raudsepp
<leio@gentoo.org>
Sun, 19 Jan 2020 18:12:10 +0000
(20:12 +0200)
committer
Mart Raudsepp
<leio@gentoo.org>
Sun, 19 Jan 2020 18:16:37 +0000
(20:16 +0200)
Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-misc/streamlink/streamlink-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/streamlink/streamlink-9999.ebuild
b/net-misc/streamlink/streamlink-9999.ebuild
index 3460a867236b2cb458b38d1e9fc27997ab1c2718..04417d2b4e75fa3b6783bd8b01ceb593f8a6efcf 100644
(file)
--- 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}]