FS#30063 - python-dateutil 2.1-2

Attached to Project: Community Packages
Opened by Eric (erje) - Tuesday, 29 May 2012, 16:48 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 03 June 2012, 18:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 6
Private No

Details

Description: Module rrule attempts to import non-existant module "six"....

>>> import dateutil.rrule

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.2/site-packages/dateutil/rrule.py", line 18, in <module>
from six import advance_iterator, integer_types
ImportError: No module named six
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 03 June 2012, 18:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in -3
Comment by Hector Mtz-Seara Monne (hseara) - Wednesday, 30 May 2012, 18:33 GMT
This package from 2.1 depends in python-six (http://pypi.python.org/pypi/python-dateutil). Without adding this dependence the package does not work. This package exists in AUR and therefore should be trivial to be moved to community and add the dependence to python-dateutil. The severity of the problem is far from low. For example matplotlib for python3 is not working because of these problem. The solution of course is to manually install python-six from AUR.

Loading...