File "test.py", line 1, in <module>
from distroinfo import query
File "/usr/lib/python2.7/site-packages/distroinfo/init.py", line 1, in <module>
import pbr.version
File "/usr/lib/python2.7/site-packages/pbr/version.py", line 25, in <module>
import pkg_resources
ImportError: No module named pkg_resources
However, it looks like a packaging error in the pbr side (it should require python-setuptools). Once python-setuptools is installed, everything works as expected.
This update has been submitted for stable by bodhi.
This update has been submitted for testing by jruzicka.
This update has been pushed to testing.
I found an issue during testing:
File "test.py", line 1, in <module> from distroinfo import query File "/usr/lib/python2.7/site-packages/distroinfo/init.py", line 1, in <module> import pbr.version File "/usr/lib/python2.7/site-packages/pbr/version.py", line 25, in <module> import pkg_resources ImportError: No module named pkg_resources
However, it looks like a packaging error in the pbr side (it should require python-setuptools). Once python-setuptools is installed, everything works as expected.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.