| Summary: | >=dev-python/icalendar-3.0: require dev-python/pytz | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexander Stein <alexanders83> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://icalendar.readthedocs.org/en/latest/index.html | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
yes, quite correct.
install_requires=[
'setuptools',
'python-dateutil',
'pytz',
While pytz is included in the ebuild, it was behind doc?.
Shifted both 'python-dateutil','pytz' to RDEPEND
08 Jul 2013; Ian Delaney <idella4@gentoo.org> icalendar-3.4.ebuild:
Shift deps to RDEPEND, fixes Bug #475824
|
Starting with release 3.0 icalendar requires pytz. See Dependencies at given URL. Reproducible: Always Steps to Reproduce: 1. Install dev-python/icalendar-3.4 2. python 3. import icalendar Actual Results: >>> import icalendar Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/icalendar/__init__.py", line 4, in <module> from .cal import ( File "/usr/lib64/python2.7/site-packages/icalendar/cal.py", line 9, in <module> import pytz ImportError: No module named pytz