Bug 948244 - Missing deps in python-keystoneclient
Summary: Missing deps in python-keystoneclient
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-keystoneclient
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Ruzicka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-04 11:53 UTC by Derek Higgins
Modified: 2013-04-30 04:43 UTC (History)
5 users (show)

Fixed In Version: python-keystoneclient-0.2.3-2.fc20
Clone Of:
Environment:
Last Closed: 2013-04-30 04:43:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.