Bug 948244

Summary: Missing deps in python-keystoneclient
Product: [Fedora] Fedora Reporter: Derek Higgins <derekh>
Component: python-keystoneclientAssignee: Jakub Ruzicka <jruzicka>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: apevec, Jan.van.Eldik, jose.castro.leon, jruzicka, markmc
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-keystoneclient-0.2.3-2.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-30 04:43:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Derek Higgins 2013-04-04 11:53:11 UTC
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]#

Comment 1 Jakub Ruzicka 2013-04-05 13:16:20 UTC
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.

Comment 2 Fedora Update System 2013-04-25 17:42:30 UTC
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

Comment 3 Fedora Update System 2013-04-26 14:30:08 UTC
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).

Comment 4 Fedora Update System 2013-04-30 04:43:16 UTC
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.