install devscripts for debuild
[build.git] / config.planetlab / develsfa.pkgs
1 # a trimmed set of devel packages for sfa only
2 # primarily targets debian
3 # incuding 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 # rpm is unfortunately required at a very early stage..
7 package: rpm python-rpm
8 #
9 # populating
10 package: git make 
11 package: bzip2 gzip
12 #
13 # debian packaging tools
14 package: build-essential dpatch debhelper
15 package: devscripts
16 #
17 # our needs
18 package: python python-devel 
19 # required for the wsdl stage
20 package: python-dateutil python-openssl python-m2crypto python-lxml xsltproc
21 # xmlbuilder
22 package: python-setuptools