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:
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
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
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
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).
Tested with python-docker-py-0.3.2-1.fc20,the requires for python-six is added
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.
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.
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.