From 03ac8742f4a1628c341bb753b265915734772fbb Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 28 Nov 2013 14:30:00 +0900 Subject: 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 Signed-off-by: FUJITA Tomonori --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') 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 -- cgit v1.2.3