Description of problem: The following simple python code fails: >>> from ovirtsdk4 import readers Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/ovirtsdk4/readers.py", line 21, in <module> from ovirtsdk4 import types File "/usr/lib64/python2.7/site-packages/ovirtsdk4/types.py", line 20, in <module> from enum import Enum, unique ImportError: No module named enum Version-Release number of selected component (if applicable): ovirt-engine-sdk-python-3.6.7.0-1.el7ev.noarch How reproducible: 100 % Additional info: This is affecting engine-image-uploader
The SDK that you are using is version 4, but the "version-release" that you put in the description of the bug is 3.5.7, because you are using an incorrect package name. The package name for version 4 of the SDK is "python-ovirt-engine-sdk4". So to get the exact version please do the following: $ rpm -q python-ovirt-engine-sdk4
python-ovirt-engine-sdk4-4.0.0-0.0.a3.el7ev.x86_64
I've check out with Gonza, and it's dowsntream issue.
Created attachment 1171903 [details] fix
Ondra, the patch looks good, but we should also update the "Release" tag, should be 0.1.a3, and the change log.
Created attachment 1171921 [details] patch
This bug was fixed and is slated to be in the upcoming version. As we are focusing our testing at this phase on severe bugs, this bug was closed without going through its verification step. If you think this bug should be verified by QE, please set its severity to high and move it back to ON_QA
*** Bug 1362105 has been marked as a duplicate of this bug. ***