2206f6e223e3c4864a0f4b27b02281cf9a89096f
[build.git] / config.planetlab / develdeb.pkgs
1 # a trimmed set of devel packages for sfa only
2 # primarily targets debian
3 # including stuff like mysql here seems to trigger interactive install screens - e.g. prompting for passwords
4 # so we're much better off this way - and it's of course much faster
5 #
6 # keep perl from whining all the time
7 package: locales
8 #
9 # rpm is unfortunately required at a very early stage..
10 package: rpm python-rpm
11 #
12 # populating
13 package: git make 
14 package: bzip2 gzip
15 #
16 # debian packaging tools
17 package: build-essential dpatch debhelper
18 package: devscripts
19 #
20 # our needs
21 package: python 
22 # apparently this is not required yet
23 # package: python-dev 
24
25 # required for the wsdl stage
26 package: python-dateutil python-openssl python-m2crypto python-lxml xsltproc
27
28 # xmlbuilder
29 package: python-setuptools