Description of problem: python-babel package needs pytz dependency Version-Release number of selected component (if applicable): python-babel-1.3-2.fc20.noarch Steps to Reproduce: [bookwar ~]$ mock -r fedora-20-x86_64 --init [bookwar ~]$ mock -r fedora-20-x86_64 --install python-babel [bookwar ~]$ mock -r fedora-20-x86_64 shell <mock-chroot>[bookwar /]# python -c "from babel import util" Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python2.7/site-packages/babel/util.py", line 277, in <module> import pytz as _pytz ImportError: No module named pytz
The dependencies are on the main package (babel) instead -- python-babel is missing a dependency on python-setuptools as well but that may be pulled in automatically.
babel-1.3-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/babel-1.3-3.fc20
tested with babel-1.3-3.fc20,dependency for pytz and python-setuptools is added to the python-babel
Package babel-1.3-3.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing babel-1.3-3.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-4778/babel-1.3-3.fc20 then log in and leave karma (feedback).
babel-1.3-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.