The spec file for python-urllib3 contains the following conditional dependency: %if 0%{?rhel} <= 6 BuildRequires: python-ordereddict Requires: python-ordereddict %endif This condition evaluates to true on Fedora 19, which creates an unnecessary dependency on python-ordereddict. The correct condition should have been like this: %if 0%{?rhel} && 0%{?rhel} <= 6
Good catch. Building a fixed package.
python-urllib3-1.5-6.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-urllib3-1.5-6.fc18
python-urllib3-1.5-6.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-urllib3-1.5-6.fc19
python-urllib3-1.5-6.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-urllib3-1.5-6.fc17
Package python-urllib3-1.5-6.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-urllib3-1.5-6.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-10638/python-urllib3-1.5-6.fc17 then log in and leave karma (feedback).
python-urllib3-1.5-6.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.
python-urllib3-1.5-6.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
python-urllib3-1.5-6.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.