From: Steven Hardy Date: Fri, 28 Jun 2013 14:50:01 +0000 (+0100) Subject: Remove comments from requirements.txt (workaround pbr bug) X-Git-Tag: 2014.1~417 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=da3b5ecfdd0c64805b40ecb535c077f9f0044988;p=openstack-build%2Fheat-build.git Remove comments from requirements.txt (workaround pbr bug) Workaround for pbr bug #1191923 Change-Id: I4960216834cf624d8bcf88e7a3e7485cf5ace85f --- diff --git a/requirements.txt b/requirements.txt index cd353e6a..4ff4ff12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,5 @@ -# this file lists all the dependencies needed for running heat - d2to1>=0.2.10,<0.3 pbr>=0.5.10,<0.6 - -# 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... - -# 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>=2.1.0 boto>=2.4.0 eventlet>=0.12.0