summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-10 14:04:21 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-10 14:25:35 +0100
commit0b149432824d81b16751c623f88734f6cde4ac3c (patch)
tree31560be710dca95d56138c8407072aa7328336f5 /app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild
parentapp-doc/doxygen: Remove py2 where possible (diff)
downloadgentoo-0b149432824d81b16751c623f88734f6cde4ac3c.tar.gz
gentoo-0b149432824d81b16751c623f88734f6cde4ac3c.tar.bz2
gentoo-0b149432824d81b16751c623f88734f6cde4ac3c.zip
app-emulation/qemu-guest-agent: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild')
-rw-r--r--app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild
index a92c61c35a3b..a60e60f9d00e 100644
--- a/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild
+++ b/app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit eutils systemd udev python-any-r1