Bug 1097415

Summary: python-docker-py missing requires: python-six
Product: [Fedora] Fedora EPEL Reporter: Chris St. Pierre <cstpierr>
Component: python-docker-pyAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: jkeck, lnie, lsm5
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-docker-py-0.3.2-1.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-29 19:27:18 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:

Description Chris St. Pierre 2014-05-13 18:50:20 UTC
Description of problem:

docker-py requires six, but python-six is not listed as a requirement of the package.

Version-Release number of selected component (if applicable):

python-docker-py-0.2.3-8.el6.x86_64
python-docker-py-0.2.3-8.fc19.x86_64

How reproducible:

Always

Steps to Reproduce:
1. yum -y install python-docker-py
2. python -c 'import docker'

Actual results:

$ python -c 'import docker'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/docker/__init__.py", line 15, in <module>
    from .client import Client, APIError  # flake8: noqa
  File "/usr/lib/python2.6/site-packages/docker/client.py", line 22, in <module>
    import six
ImportError: No module named six


Expected results:

No output.

Additional info:

Comment 2 Fedora Update System 2014-07-13 05:07:44 UTC
python-docker-py-0.3.2-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-docker-py-0.3.2-1.fc20

Comment 3 Fedora Update System 2014-07-13 05:14:44 UTC
python-docker-py-0.3.2-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-docker-py-0.3.2-1.fc19

Comment 4 Fedora Update System 2014-07-13 05:33:50 UTC
python-docker-py-0.3.2-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-docker-py-0.3.2-1.el6

Comment 5 Fedora Update System 2014-07-13 18:30:09 UTC
Package python-docker-py-0.3.2-1.el6:
* should fix your issue,
* was pushed to the Fedora EPEL 6 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing python-docker-py-0.3.2-1.el6'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1894/python-docker-py-0.3.2-1.el6
then log in and leave karma (feedback).

Comment 6 lnie 2014-07-14 03:14:32 UTC
Tested with python-docker-py-0.3.2-1.fc20,the requires for python-six is added

Comment 7 Fedora Update System 2014-07-29 19:27:18 UTC
python-docker-py-0.3.2-1.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2014-07-30 06:58:46 UTC
python-docker-py-0.3.2-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2014-07-30 07:03:50 UTC
python-docker-py-0.3.2-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.