commit:     f3b2ee93615bad5b20132e4c4b72399df6f60ac1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 09:07:42 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 09:07:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3b2ee93

dev-python/pyparted: Port to py3.9, correct deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyparted/pyparted-3.11.6.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyparted/pyparted-3.11.6.ebuild 
b/dev-python/pyparted/pyparted-3.11.6.ebuild
index 6227ef7f6e0..4352bbe0180 100644
--- a/dev-python/pyparted/pyparted-3.11.6.ebuild
+++ b/dev-python/pyparted/pyparted-3.11.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Python bindings for sys-block/parted"
@@ -13,12 +13,14 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86"
 
-RDEPEND="
+DEPEND="
        >=sys-block/parted-3.2
+"
+RDEPEND="
+       ${DEPEND}
        dev-python/decorator[${PYTHON_USEDEP}]
 "
-DEPEND="
-       ${RDEPEND}
+BDEPEND="
        test? ( dev-python/six[${PYTHON_USEDEP}] )
        virtual/pkgconfig
 "

Reply via email to