commit: 5f8fa53d13faf6014582d7bc0c70bb3344d2408d
Author: Gonçalo Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Tue Aug 29 14:53:24 2023 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Tue Aug 29 14:53:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f8fa53d
media-sound/yewtube: add dev-python/pip as RDEPEND
Signed-off-by: Gonçalo Duarte <gonegrier.duarte <AT> gmail.com>
media-sound/yewtube/yewtube-2.10.4.ebuild | 3 ++-
media-sound/yewtube/yewtube-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/media-sound/yewtube/yewtube-2.10.4.ebuild
b/media-sound/yewtube/yewtube-2.10.4.ebuild
index e32f91cbd6..90d672ebf4 100644
--- a/media-sound/yewtube/yewtube-2.10.4.ebuild
+++ b/media-sound/yewtube/yewtube-2.10.4.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
@@ -19,7 +20,6 @@ HOMEPAGE="https://github.com/mps-youtube/yewtube
https://pypi.org/project/yewtub
LICENSE="GPL-3"
SLOT="0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-video/ffmpeg
dev-python/requests
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}
=net-misc/yt-dlp-2023.07.06
=dev-python/youtube-search-python-1.6.6
dev-python/pylast
+ dev-python/pip
|| ( media-video/mplayer media-video/mpv )"
src_compile() {
diff --git a/media-sound/yewtube/yewtube-9999.ebuild
b/media-sound/yewtube/yewtube-9999.ebuild
index e47d14389d..237498b9ca 100644
--- a/media-sound/yewtube/yewtube-9999.ebuild
+++ b/media-sound/yewtube/yewtube-9999.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
@@ -19,7 +20,6 @@ HOMEPAGE="https://github.com/mps-youtube/yewtube
https://pypi.org/project/yewtub
LICENSE="GPL-3"
SLOT="0"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
media-video/ffmpeg
dev-python/requests
@@ -27,6 +27,7 @@ RDEPEND="${DEPEND}
net-misc/yt-dlp
dev-python/youtube-search-python
dev-python/pylast
+ dev-python/pip
|| ( media-video/mplayer media-video/mpv )"
src_compile() {