From 5f529511c61ecc4cc049c1e53606dc85e5e540e0 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Thu, 23 Aug 2012 09:18:34 +1000 Subject: Add two prereq pkgs to nova devref env guide fixes bug 1024903 As noted in the bug report, without libxml2-dev and libxslt-dev installed on ubuntu 12.04, the virtualenv creation will fail. This fix simply adds the packages to the first "Install the prerequisite packages." line Change-Id: I588ce14f63fa75d54405562f83d202d05c8a05c6 --- doc/source/devref/development.environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index b6b86a9f8..16132daff 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -62,7 +62,7 @@ Install the prerequisite packages. On Ubuntu:: - sudo apt-get install python-dev libssl-dev python-pip git-core + sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux):: -- cgit