From: Steven Dake Date: Thu, 28 Jun 2012 20:01:12 +0000 (-0700) Subject: Clean up pip-requires for stackforge X-Git-Tag: 2014.1~1668 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ab3701968c8855fbe9b190e8f1a49f5526350287;p=openstack-build%2Fheat-build.git Clean up pip-requires for stackforge Change-Id: I50a79fedf80269b8b1bad2c94d132d6692c8ecae Signed-off-by: Jeff Peeler Signed-off-by: Steven Dake --- diff --git a/tools/pip-requires b/tools/pip-requires index d32fb784..1fcfdf35 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -3,24 +3,27 @@ # The greenlet package must be compiled with gcc and needs # the Python.h headers. Make sure you install the python-dev # package to get the right headers... -greenlet>=0.3.1 -eventlet>=0.9.12 -PasteDeploy -routes -webob==1.0.8 -argparse -swift -sqlalchemy-migrate>=0.7 +# lxml note: You will need gcc buildtools installed and must +# have installed libxml headers for lxml to be successfully +# installed using pip, therefore you will need to install the +# libxml2-dev(el) and libxslt-dev(el) packages. + +PyCrypto +eventlet +greenlet httplib2 +iso8601 kombu -iso8601>=0.1.4 +lxml +sqlalchemy-migrate python-novaclient +Paste +Routes +pysendfile +SQLAlchemy +WebOb https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient glance +python-memcached -# Note you will need gcc buildtools installed and must -# have installed libxml headers for lxml to be successfully -# installed using pip, therefore you will need to install the -# libxml2-dev(el) and libxslt-dev(el) packages. -lxml