Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664888 - dev-python/icalendar-3.11.7 should depend on python-dateutil
Summary: dev-python/icalendar-3.11.7 should depend on python-dateutil
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-30 14:25 UTC by Michał Bartoszkiewicz
Modified: 2018-09-04 22:03 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Bartoszkiewicz 2018-08-30 14:25:17 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2018-09-04 22:03:39 UTC
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(+)