Opened 8 years ago
Closed 8 years ago
#51403 closed defect (fixed)
py-google-api @1.5.0_0 missing dependency on py-six
Reported by: | mopihopi | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | david.e.pi.3.14@…, kurthindenburg (Kurt Hindenburg) | |
Port: | py-google-api |
Description
py27-google-api was recently updated from version 1.2 to 1.5.0 (ticket #51283). After updating, the following python error is encountered when it is used, due to a new dependency on py27-six:
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/apiclient/__init__.py", line 3, in <module> from six import iteritems ImportError: No module named six
Manually installing py27-six corrects the issue. Please add the dependency to the Portfile so that it will be installed automatically. Thanks.
Attachments (1)
Change History (2)
Changed 8 years ago by david.e.pi.3.14@…
Attachment: | py-google-api-six.patch added |
---|
comment:1 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
thanks r148754
Note: See
TracTickets for help on using
tickets.
Add six as a dependency of py-google-api