diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-07 10:07:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-07 10:07:42 +0100 |
commit | f3b2ee93615bad5b20132e4c4b72399df6f60ac1 (patch) | |
tree | 2265a6bbbea7c603f40dd99780fe6ab41d594be6 /dev-python/pyparted | |
parent | dev-python/pyparted: Update URIs (diff) | |
download | gentoo-f3b2ee93615bad5b20132e4c4b72399df6f60ac1.tar.gz gentoo-f3b2ee93615bad5b20132e4c4b72399df6f60ac1.tar.bz2 gentoo-f3b2ee93615bad5b20132e4c4b72399df6f60ac1.zip |
dev-python/pyparted: Port to py3.9, correct deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/pyparted-3.11.6.ebuild | 10 |
1 files 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 6227ef7f6e0a..4352bbe01803 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 " |