commit: 1ca59d087252e6c3b4fdbe93e9069486d0efad16
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Sep 2 17:41:31 2021 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Sep 2 17:41:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ca59d08
media-sound/mopidy: fix wrong dependency
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
media-sound/mopidy/mopidy-3.2.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mopidy/mopidy-3.2.0.ebuild
b/media-sound/mopidy/mopidy-3.2.0.ebuild
index 274354690..8765cd26b 100644
--- a/media-sound/mopidy/mopidy-3.2.0.ebuild
+++ b/media-sound/mopidy/mopidy-3.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1
@@ -17,7 +17,7 @@ LICENSE="Apache-2.0"
SLOT="0"
RDEPEND="
- dev-python/gst-python
+ dev-python/gst-python[${PYTHON_USEDEP}]
media-plugins/gst-plugins-meta[mp3,ogg,flac]
dev-python/pykka[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]