]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove comments from requirements.txt (workaround pbr bug)
authorSteven Hardy <shardy@redhat.com>
Fri, 28 Jun 2013 14:50:01 +0000 (15:50 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 28 Jun 2013 14:50:01 +0000 (15:50 +0100)
Workaround for pbr bug #1191923

Change-Id: I4960216834cf624d8bcf88e7a3e7485cf5ace85f

requirements.txt

index cd353e6a8799c0fdff53aec1b8d93ff9d32a4588..4ff4ff12692ffca0ebc47f789e47935c25218285 100644 (file)
@@ -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