From a7416dc3b7a2135681006fd8e998195b2c142875 Mon Sep 17 00:00:00 2001 From: Satoshi Kobayashi Date: Mon, 7 Oct 2013 18:24:48 +0900 Subject: [PATCH] python-oslo-config is necessary for Ryu built by RPM python-oslo-config is provided by RDO (http://openstack.redhat.com/) Signed-off-by: Satoshi Kobayashi Signed-off-by: FUJITA Tomonori --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a3d33294..1c3a7d85 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 +Requires = python-eventlet, python-routes, python-webob, python-paramiko, python-netaddr python-oslo-config doc_files = LICENSE MANIFEST.in README.rst