python-keystoneclient in side repo needs to depend on python-webob and python-iso8601 [root@F18 rpmbuild]# rpm -qf /usr/lib/python2.7/site-packages/keystoneclient/middleware/auth_token.py python-keystoneclient-0.2.3-1.fc19.noarch [root@F18 rpmbuild]# python -c 'import keystoneclient.middleware.auth_token' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/keystoneclient/middleware/auth_token.py", line 155, in <module> import webob.exc ImportError: No module named webob.exc [root@F18 rpmbuild]# yum install -q python-webob [root@F18 rpmbuild]# python -c 'import keystoneclient.middleware.auth_token' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/keystoneclient/middleware/auth_token.py", line 157, in <module> from keystoneclient.openstack.common import jsonutils File "/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/jsonutils.py", line 42, in <module> from keystoneclient.openstack.common import timeutils File "/usr/lib/python2.7/site-packages/keystoneclient/openstack/common/timeutils.py", line 25, in <module> import iso8601 ImportError: No module named iso8601 [root@F18 rpmbuild]# yum install -q python-iso8601 [root@F18 rpmbuild]# python -c 'import keystoneclient.middleware.auth_token' [root@F18 rpmbuild]#
I've added the dependencies to {el6-grizzly, f19, rawhide} packages. Builds are ready in koji but I can't currently sync them to the side repo. I put this on POST and will move to MODIFIED as soon as packages are available in both fedora and side repos.
python-keystoneclient-0.2.3-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-keystoneclient-0.2.3-2.fc19
Package python-keystoneclient-0.2.3-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-keystoneclient-0.2.3-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-6693/python-keystoneclient-0.2.3-2.fc19 then log in and leave karma (feedback).
python-keystoneclient-0.2.3-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.