app-emulation/qemu-guest-agent: Works fine with py37 and py38
authorAlexey Shvetsov <alexxy@gentoo.org>
Tue, 26 May 2020 22:52:16 +0000 (01:52 +0300)
committerAlexey Shvetsov <alexxy@gentoo.org>
Wed, 27 May 2020 15:22:36 +0000 (18:22 +0300)
Closes: https://bugs.gentoo.org/718212

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
app-emulation/qemu-guest-agent/qemu-guest-agent-4.2.0-r1.ebuild

index ec59e153ca272f38ef98a18e8fb6c195095b063e..46783392cf0bd838c299524bbaf0c385b02334d4 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit eutils systemd toolchain-funcs udev python-any-r1