Description of problem: Running zanata python client shows: ImportError: No module named hashlib Version-Release number of selected component (if applicable): zanata-python-client-1.2.3-1.el5 How reproducible: Always Steps to Reproduce: 1. Assume that zanata.ini, zanata.xml are correct. and python-hashlib is not installed 2. Run "zanata publican pull" Actual results: ImportError: No module named hashlib Expected results: Pass without error. Additional info: Try Add Requires: python-hashlib in spec file.
Note that the change haven't applied to 1.2.4 for el5 yet.
I have add requirement for python-hashlib in 1.2.6, please test it.
VERIFIED with zanata-python-client-1.2.6