From 9c583315357d43d7ebaae2c8af1de963b561e868 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 22 Jan 2013 03:25:11 +0530 Subject: [PATCH] Ceilometer-api is crashing due to pecan module missing Moving pecan module listing from test-requires and test-requires-folsom to pip-requires so that it can be used by both setup.py and tox.ini Bug #1102614 Change-Id: I67cd45c068305ec7897d67b425b06173e092b9f8 --- tools/pip-requires | 1 + tools/test-requires | 1 - tools/test-requires-folsom | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 7cb17f470..565c9d6de 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -10,6 +10,7 @@ pymongo>=2.2 eventlet anyjson>=0.2.4 Flask==0.9 +pecan>=0.2.0 stevedore>=0.6 python-glanceclient python-novaclient>=2.6.10 diff --git a/tools/test-requires b/tools/test-requires index 4c2082b62..2c12cc630 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -15,7 +15,6 @@ setuptools-git>=0.4 # checkout on bitbucket. I hope to have that resolved # very soon. hg+https://bitbucket.org/cdevienne/wsme -pecan # We should use swift>1.7.5, but it's not yet available swift # Swift dep that is not necessary if we depend on swift>1.7.5 diff --git a/tools/test-requires-folsom b/tools/test-requires-folsom index edaf5812f..11c1cf5f6 100644 --- a/tools/test-requires-folsom +++ b/tools/test-requires-folsom @@ -14,7 +14,6 @@ setuptools-git>=0.4 # checkout on bitbucket. I hope to have that resolved # very soon. hg+https://bitbucket.org/cdevienne/wsme -pecan # 1.7.4 is the Folsom release http://tarballs.openstack.org/swift/swift-stable-folsom.tar.gz # Swift dep that is not necessary if we depend on swift>1.7.5