summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Davies <jpds@protonmail.com>2020-09-27 18:12:48 +0000
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-03 14:23:49 -0700
commitcb0ddafdc0d3e37d63e117408499412cf054c8db (patch)
tree5b117ea81a522464ba4155f88cf2b11d43fe4986 /app-emulation/virt-manager/virt-manager-9999.ebuild
parentdev-python/pytest: Bump to 6.1.1 (diff)
downloadgentoo-cb0ddafdc0d3e37d63e117408499412cf054c8db.tar.gz
gentoo-cb0ddafdc0d3e37d63e117408499412cf054c8db.tar.bz2
gentoo-cb0ddafdc0d3e37d63e117408499412cf054c8db.zip
app-emulation/virt-manager: Version updated to 3.1.0 with changes:
* Set rdepend on argcomplete. * Replaced perl dependency with docutils. Bug: https://bugs.gentoo.org/713070 Signed-off-by: Jonathan Davies <jpds@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/17694 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager/virt-manager-9999.ebuild')
-rw-r--r--app-emulation/virt-manager/virt-manager-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
index dc329fa32f1f..a3390883c4d3 100644
--- a/app-emulation/virt-manager/virt-manager-9999.ebuild
+++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_SETUPTOOLS=no
@@ -50,7 +50,7 @@ RDEPEND="!app-emulation/virtinst
)
"
DEPEND="${RDEPEND}
- dev-lang/perl
+ dev-python/docutils
dev-util/intltool
"