Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Changed requirements and setup.py to use patched protobuf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Chen committed Jan 14, 2011
1 parent e233733 commit 66f879c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -18,5 +18,5 @@ txAMQP==0.3
txrabbitmq==0.4
zope.interface==3.6.1
ionproto==0.2.1
protobuf==2.3.0
protobuf==2.3.0-p1
.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@
setupdict['install_requires'] = ['Twisted==10.2.0', 'carrot==0.10.11-txamqp', 'txamqp==0.3',
'simplejson==2.1.2', 'httplib2==0.6.0','msgpack-python==015final',
'gviz_api.py==1.7.0','nimboss','txrabbitmq==0.4', 'Telephus==0.7-beta3.3',
'pyrods-irods==2.4.3', 'M2Crypto==0.20.2', 'ionproto==0.2.1']
'pyrods-irods==2.4.3', 'M2Crypto==0.20.2', 'ionproto==0.2.1', 'protobuf==2.3.0-p1']


setupdict['include_package_data'] = True
Expand Down

0 comments on commit 66f879c

Please sign in to comment.