summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-02-12 17:21:01 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-02-14 12:34:08 +0900
commiteef36671a5a3a55a0dca58961b8eea29316c98c6 (patch)
tree7cd73f07a704430caaba6e9a34e219f2b47e8038
parentf2144087cf79cf2839259bd7f5239eac654fe7d2 (diff)
stop requiring gflags
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r--setup.cfg2
-rw-r--r--tools/pip-requires1
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ac6ba193..2452758f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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
diff --git a/tools/pip-requires b/tools/pip-requires
index 592617ee..7be30721 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,4 +1,3 @@
gevent>=0.13
-python-gflags>=1.3
routes
webob>=1.0.8