app-emulation/qemu-guest-agent: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:04:21 +0000 (14:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:25:35 +0000 (14:25 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-emulation/qemu-guest-agent/qemu-guest-agent-3.1.0.ebuild
app-emulation/qemu-guest-agent/qemu-guest-agent-4.0.0.ebuild

index a92c61c35a3b807f74458309243d47e7a4b8e1db..a60e60f9d00e62ade3084f0a78670a81397bf23d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils systemd udev python-any-r1
 
index a92c61c35a3b807f74458309243d47e7a4b8e1db..a60e60f9d00e62ade3084f0a78670a81397bf23d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit eutils systemd udev python-any-r1