diff options
author | Satoshi Kobayashi <satoshi-k@stratosphere.co.jp> | 2013-10-07 18:24:48 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-10-08 06:43:30 +0900 |
commit | a7416dc3b7a2135681006fd8e998195b2c142875 (patch) | |
tree | 8387088b19664e929227380713aee68ccab49f36 | |
parent | a5559c6e4f7cc9686fb4031f4dc761b9805a9ee6 (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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |