With the need for python3.6 support for ovirt, and considering the best practices for Python packaging, https://fedoraproject.org/wiki/Packaging:Python#Byte_compiling we must package for python2/3 compatibility, require the correct python2/3 packages, and make code changes to fit python3 syntax
we won't ship ovirt-ga on python3 For Linux qemu-ga is a replacement on RHEL8 (or any other recent OS) For Windows we'll keep using py2 for as long as it keeps works, gradually qemu-ga is also the intended replacement.
(In reply to Michal Skrivanek from comment #1) > we won't ship ovirt-ga on python3 > > For Linux qemu-ga is a replacement on RHEL8 (or any other recent OS) > For Windows we'll keep using py2 for as long as it keeps works, gradually > qemu-ga is also the intended replacement. Martin, can you ack on this close won't fix?
(In reply to Sandro Bonazzola from comment #2) > (In reply to Michal Skrivanek from comment #1) > > we won't ship ovirt-ga on python3 > > > > For Linux qemu-ga is a replacement on RHEL8 (or any other recent OS) > > For Windows we'll keep using py2 for as long as it keeps works, gradually > > qemu-ga is also the intended replacement. > > Martin, can you ack on this close won't fix? Acked. We have all functionality moved to qemu-ga now (besides SSO which will get dropped).