| Summary: | dev-python/icalendar-3.11.7 should depend on python-dateutil | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michał Bartoszkiewicz <mbartoszkiewicz> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | jstein |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f9062118d767356f31d4a82c9381f879214250 commit a4f9062118d767356f31d4a82c9381f879214250 Author: Patrice Clement <monsieurp@gentoo.org> AuthorDate: 2018-09-04 21:49:01 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: 2018-09-04 21:49:16 +0000 dev-python/icalendar: add python-dateutil to RDEPEND. Closes: https://bugs.gentoo.org/664888 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/icalendar/icalendar-3.11.7-r1.ebuild | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) |
dev-python/icalendar-3.11.7 requires the dateutil package, but it does not depend on it: $ python -c 'import icalendar' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/icalendar/__init__.py", line 4, in <module> from icalendar.cal import ( File "/usr/lib64/python2.7/site-packages/icalendar/cal.py", line 20, in <module> import dateutil.rrule ImportError: No module named dateutil.rrule