Use WSME 0.5b1

There is now an official package of a version of WSME
containing all of the patches we need, so update our
requirements list.

Change-Id: Ic4a5205630ac6d376c616deeb8f908136a70c481
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
Doug Hellmann 2013-01-30 18:19:01 -05:00
parent b13701f7c4
commit 01246fb236
3 changed files with 1 additions and 12 deletions

View File

@ -19,3 +19,4 @@ python-swiftclient
lxml
requests<1.0
extras
wsme>=0.5b1

View File

@ -9,12 +9,6 @@ Ming>=0.3.2
http://tarballs.openstack.org/nova/nova-master.tar.gz
http://tarballs.openstack.org/glance/glance-master.tar.gz
setuptools-git>=0.4
# FIXME(dhellmann): We need a version of WSME more current
# than what is released right now. We can't include it in
# pip-requires because we have to point to the Mercurial
# checkout on bitbucket. I hope to have that resolved
# very soon.
hg+https://bitbucket.org/cdevienne/wsme
# 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

View File

@ -8,12 +8,6 @@ mox
Ming>=0.3.2
http://tarballs.openstack.org/glance/glance-stable-folsom.tar.gz
setuptools-git>=0.4
# FIXME(dhellmann): We need a version of WSME more current
# than what is released right now. We can't include it in
# pip-requires because we have to point to the Mercurial
# checkout on bitbucket. I hope to have that resolved
# very soon.
hg+https://bitbucket.org/cdevienne/wsme
# 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