Bug 1083470 - python-babel is missing pytz dependency
Summary: python-babel is missing pytz dependency
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: babel
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-02 10:09 UTC by Aleksandra Fedorova
Modified: 2014-04-15 15:51 UTC (History)
4 users (show)

Fixed In Version: babel-1.3-3.fc20
Clone Of:
Environment:
Last Closed: 2014-04-15 15:51:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Aleksandra Fedorova 2014-04-02 10:09:03 UTC
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

Comment 1 Nils Philippsen 2014-04-02 15:41:42 UTC
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.

Comment 2 Fedora Update System 2014-04-02 23:00:02 UTC
babel-1.3-3.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/babel-1.3-3.fc20

Comment 3 lnie 2014-04-03 03:05:49 UTC
tested with babel-1.3-3.fc20,dependency for pytz and python-setuptools is added to the python-babel

Comment 4 Fedora Update System 2014-04-04 09:44:22 UTC
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).

Comment 5 Fedora Update System 2014-04-15 15:51:39 UTC
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.


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