summaryrefslogtreecommitdiffhomepage
path: root/setup.cfg
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-11-28 14:30:00 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-11-29 09:23:37 +0900
commit03ac8742f4a1628c341bb753b265915734772fbb (patch)
tree6dd852fc0a65f1e9772e2c316938a281ee20566e /setup.cfg
parentbd897e79152a625f064511b3321e9bc22df881c0 (diff)
msgpack-rpc fixes and improvements
- make create_request returns msgid - fix msgid wrap around - rename classes - convenient transport classes for socket-like - update requirements - copyright notice, comments, and assertions Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 1c3a7d85..de434ed4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,7 +34,7 @@ source-dir = doc/source
[bdist_rpm]
Release = 1
Group = Applications/Accessories
-Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr python-oslo-config
+Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr python-oslo-config, python-msgpack
doc_files = LICENSE
MANIFEST.in
README.rst