From 0e96907b0eb73b1e2b2da8babe28cbc15511746d Mon Sep 17 00:00:00 2001 From: Zamarin Arthur Date: Wed, 26 May 2021 08:35:15 +0300 Subject: [PATCH] media-sound/whipper: bump to python 3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit passes tests Signed-off-by: Zamarin Arthur Signed-off-by: Michał Górny --- media-sound/whipper/whipper-0.9.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/whipper/whipper-0.9.0.ebuild b/media-sound/whipper/whipper-0.9.0.ebuild index 6798ca12b8898..c14aa57f5c22b 100644 --- a/media-sound/whipper/whipper-0.9.0.ebuild +++ b/media-sound/whipper/whipper-0.9.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 @@ -25,7 +25,6 @@ RDEPEND=" dev-python/python-musicbrainz-ngs[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] media-libs/mutagen[${PYTHON_USEDEP}] media-sound/sox[flac]" BDEPEND="