diff options
| author | Tomas Touceda <chiiph@leap.se> | 2013-05-07 11:09:53 -0300 | 
|---|---|---|
| committer | Tomas Touceda <chiiph@leap.se> | 2013-05-07 11:09:53 -0300 | 
| commit | be685b2eb0f6ccca4a6f44c89fbdd35c57ea0d2c (patch) | |
| tree | eff0437be7bf6175b5baee9891b9ce15fd17ecb3 | |
| parent | c0ab46487cf4a209f78c60271200a521f9ecb426 (diff) | |
Add the proper URL for installing socketrpc
| -rw-r--r-- | pkg/requirements.pip | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/pkg/requirements.pip b/pkg/requirements.pip index e8f8e87..01fe3ea 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,8 +1,9 @@  jsonschema<=0.8  pyxdg  protobuf -protobuf.socketrpc  pyopenssl  python-dateutil  autopep8 -python-gnupg
\ No newline at end of file +python-gnupg + +https://protobuf-socket-rpc.googlecode.com/files/protobuf.socketrpc-1.3.2.tar.gz
\ No newline at end of file | 
