Ticket #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
comment:1 Changed 14 months ago by ryandesign@…
- Summary changed from py27-twitter lack of py27-oauth2 dep to py-twitter: add py-oauth2 dependency
- Type changed from request to defect
- Port set to py-twitter
- Milestone MacPorts 2.0.5 deleted
comment:2 Changed 14 months 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
Note: See
TracTickets for help on using
tickets.


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