[MacPorts] #49575: py27-awscli @1.7.22_1 should depend on py27-docutils
MacPorts
noreply at macports.org
Tue Nov 3 13:08:04 PST 2015
#49575: py27-awscli @1.7.22_1 should depend on py27-docutils
--------------------+--------------------------------
Reporter: ben@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Keywords: | Port: py27-awscli
--------------------+--------------------------------
Installing py27-awscli @1.7.22_1 and running `aws` yields this output:
{{{
Traceback (most recent call last):
File "/opt/local/bin/aws", line 19, in <module>
import awscli.clidriver
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/awscli/clidriver.py", line 30, in <module>
from awscli.help import ProviderHelpCommand
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/awscli/help.py", line 19, in <module>
from docutils.core import publish_string
ImportError: No module named docutils.core
}}}
After `port install py27-docutils`, the output is:
{{{
usage: aws [options] <command> <subcommand> [parameters]
aws: error: too few arguments
}}}
So it appears that py27-awscli ought to depend on py27-docutils.
--
Ticket URL: <https://trac.macports.org/ticket/49575>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list