Skip to content

Commit

Permalink
Add python-github-pip
Browse files Browse the repository at this point in the history
The installation command is `pip install PyGithub` but for importing,
it is `import github`
  • Loading branch information
wkentaro committed Oct 21, 2016
1 parent cadd998 commit b5ce13e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,13 @@ python-gi:
debian: [python-gi]
fedora: [pygobject3]
ubuntu: [python-gi]
python-github-pip:
osx:
pip:
packages: [PyGithub]
ubuntu:
pip:
packages: [PyGithub]
python-googleapi:
debian: [python-googleapi]
fedora: [google-api-python-client]
Expand Down

0 comments on commit b5ce13e

Please sign in to comment.