From b0004dd7d372a226b55c6e2681fb10742c21645f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 6 Jul 2009 05:32:23 +0000 Subject: [PATCH] steps towards computing wsdl files at build-time: * review makefile to make sure the __init__.py files get created * add python-uuid to the build packages * remove () in class definitions when no inheritance - for python2.4/centos still cannot update wsdl output at build-time b/c of missing config config cleanup needed first (import config should not raise exception) --- config.planetlab/devel.pkgs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.planetlab/devel.pkgs b/config.planetlab/devel.pkgs index 04f5e725..ff3eedba 100644 --- a/config.planetlab/devel.pkgs +++ b/config.planetlab/devel.pkgs @@ -91,3 +91,6 @@ package: net-snmp net-snmp-devel package+centos5: krb5-devel.@arch@ e2fsprogs-devel.@arch@ libidn-devel.@arch@ package: TurboGears package: python-cherrypy +########## +# for sfa : rebuilding wsdl index at build-time +package: python-uuid -- 2.47.0