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 0585f1d
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 @@ -1535,6 +1535,13 @@ python-pygithub3:
ubuntu:
pip:
packages: [pygithub3]
python-github-pip:
osx:
pip:
packages: [PyGithub]
ubuntu:
pip:
packages: [PyGithub]
python-pygps-pip:
debian:
pip:
Expand Down

0 comments on commit 0585f1d

Please sign in to comment.