[MacPorts] #48416: s3cmd @1.5.2: add py27-dateutil as dependency
MacPorts
noreply at macports.org
Tue Jul 21 11:49:16 PDT 2015
#48416: s3cmd @1.5.2: add py27-dateutil as dependency
--------------------+--------------------------------
Reporter: arto@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Low | Milestone:
Component: ports | Version: 2.3.3
Keywords: | Port: s3cmd
--------------------+--------------------------------
On a fresh MacPorts install on 10.10, doing `sudo port install s3cmd`
doesn't suffice to execute it, outputting:
{{{
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
}}}
After manually installing the `python-dateutil` library, the `s3cmd`
program works fine. So, it seems that the port ought to depend on
`py27-dateutil` as an explicit runtime dependency.
--
Ticket URL: <https://trac.macports.org/ticket/48416>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list