Hi,
I recently started adding Python3 support to some ovirt Python packages, mainly to fix bug
1254654 [1]. ovirt-engine-lib package now installs files into Python3 site-packages
directory.
Please note that not all of the features available in Python2 are already available in
Python3, because some modules depends on Python2-only stuff, but current changes are
enough to fix the previously mentioned bug. Next step is to split ovirt-engine-lib into
separated packages for Python2 and Python3, and port code to implement full Python3
support (bug 1306659 [2]).
[1]
https://bugzilla.redhat.com/show_bug.cgi?id=1254654
[2]
https://bugzilla.redhat.com/show_bug.cgi?id=1306659
Thanks,
Rafael Martins