From d9faa62f98dd000f85a8471e757376022eafc28c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 16 Jan 2013 11:55:42 +0100 Subject: [PATCH] add more build deps for sfa on debian --- config.planetlab/develsfa.pkgs | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/config.planetlab/develsfa.pkgs b/config.planetlab/develsfa.pkgs index fb3d5d04..f18547e6 100644 --- a/config.planetlab/develsfa.pkgs +++ b/config.planetlab/develsfa.pkgs @@ -2,9 +2,21 @@ # primarily targets debian # incuding stuff like mysql here seems to trigger interactive install screens - e.g. prompting for passwords # so we're much better off this way - and it's of course much faster +# +# rpm is unfortunately required at a very early stage.. package: rpm python-rpm -package: build-essential -#package: devscripts +# +# populating package: git make package: bzip2 gzip +# +# debian packaging tools +package: build-essential dpatch +#package: devscripts +# +# our needs package: python python-devel +# required for the wsdl stage +package: python-dateutil python-openssl python-m2crypto python-lxml xsltproc +# xmlbuilder +package: python-setuptools -- 2.43.0