FS#41519 - [s3cmd] Possible missing dependency

Attached to Project: Community Packages
Opened by Adam Reichold (adamreichold) - Sunday, 10 August 2014, 07:39 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 10 August 2014, 19:55 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After upgrading s3cmd from 1.5.0beta1-1 to 1.5.0rc1-1, it immediately exits with the following error message:

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ImportError trying to import dateutil.parser.
Please install the python dateutil module:
$ sudo apt-get install python-dateutil
or
$ sudo yum install python-dateutil
or
$ pip install python-dateutil
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Traceback (most recent call last):
File "/usr/bin/s3cmd", line 2530, in <module>
except (ParameterError, InvalidFileError), e:
NameError: name 'ParameterError' is not defined

Manually installing python2-dateutils removes the issue. Maybe the package is missing a dependency?
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 10 August 2014, 19:55 GMT
Reason for closing:  Fixed
Additional comments about closing:  Thanks, fixed in 1.5.0rc1-2

Loading...