Opened 12 years ago

Closed 12 years ago

#33710 closed defect (fixed)

py-twitter: add py-oauth2 dependency

Reported by: mattiafrancescomoro@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc:
Port: py-twitter

Description

Please add py27-oauth2 to the py27-twitter port file.

Thanks

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Milestone: MacPorts 2.0.5
Port: py-twitter added
Summary: py27-twitter lack of py27-oauth2 deppy-twitter: add py-oauth2 dependency
Type: requestdefect

Does the port not work without this dependency (defect) or does adding this dependency merely enhance its functionality (enhancement)?

comment:2 Changed 12 years ago by mattiafrancescomoro@…

It doesn't work without it:

>>> import twitter
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/twitter.py", line 65, in <module>
    import oauth2 as oauth
ImportError: No module named oauth2

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.