Skip to content

Commit 8b5c5b9

Browse files
committed
Merge pull request #857 from tseaver/pin-protobuf-3.0.0-alpha-1
Pin 'protobuf==3.0.0-alpha-1'.
2 parents 8b6b4a2 + c39a34e commit 8b5c5b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'google-apitools',
1616
'httplib2 >= 0.9.1',
1717
'oauth2client >= 1.4.6',
18-
'protobuf >= 2.5.0',
18+
'protobuf == 3.0.0-alpha-1',
1919
'pycrypto',
2020
'pytz',
2121
'six',

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ commands =
1010
deps =
1111
nose
1212
unittest2
13-
protobuf>=3.0.0-alpha-1
13+
protobuf==3.0.0-alpha-1
1414

1515
[testenv:cover]
1616
basepython =
@@ -54,7 +54,7 @@ deps =
5454
pep8
5555
pylint
5656
unittest2
57-
protobuf>=3.0.0-alpha-1
57+
protobuf==3.0.0-alpha-1
5858

5959
[testenv:regression]
6060
basepython =

0 commit comments

Comments
 (0)