Skip to content

Commit

Permalink
Removing grpcio from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Aug 26, 2015
1 parent c24c338 commit 5d9a328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ $ # [sudo] ldconfig

## Testing

Unfortunately, `tox` will fail by default due to the presence of
`grpcio` in `setup.py`. In order to successfully set up a `tox`
Unfortunately, `tox` will fail by default due to the absence of
`grpcio` from `setup.py`. In order to successfully set up a `tox`
test environment (e.g `ENV=py27`), run

```bash
tox -e ${ENV}
```

and watch the install fail, then with the partially set up
environment, execute:
and watch the install fail (missing dependencies), then with the partially
set up environment, execute:

```bash
BREW_PREFIX=$(brew --prefix)
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@


REQUIREMENTS = [
'grpcio >= 0.10.0a0',
'httplib2 >= 0.9.1',
'oauth2client >= 1.4.6',
'protobuf >= 3.0.0a3',
Expand Down

0 comments on commit 5d9a328

Please sign in to comment.