summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSatoshi Kobayashi <satoshi-k@stratosphere.co.jp>2013-10-07 18:24:48 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-10-08 06:43:30 +0900
commita7416dc3b7a2135681006fd8e998195b2c142875 (patch)
tree8387088b19664e929227380713aee68ccab49f36
parenta5559c6e4f7cc9686fb4031f4dc761b9805a9ee6 (diff)
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 <satoshi-k@stratosphere.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
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