stop requiring gflags

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2013-02-12 17:21:01 +09:00 committed by FUJITA Tomonori
parent f2144087cf
commit eef36671a5
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ source-dir = doc/source
[bdist_rpm]
Release = 1
Group = Applications/Accessories
Requires = python-gevent >= 0.13, python-gflags, python-routes, python-webob
Requires = python-gevent >= 0.13, python-routes, python-webob
doc_files = LICENSE
MANIFEST.in
README.rst

View File

@ -1,4 +1,3 @@
gevent>=0.13
python-gflags>=1.3
routes
webob>=1.0.8