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)

py-google-api-six.patch (585 bytes) - added by david.e.pi.3.14@… 8 years ago.
Add six as a dependency of py-google-api

Download all attachments as: .zip

Change History (2)

Changed 8 years ago by david.e.pi.3.14@…

Attachment: py-google-api-six.patch added

Add six as a dependency of py-google-api

comment:1 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)

Resolution: fixed
Status: newclosed

thanks r148754

Note: See TracTickets for help on using tickets.