Hi, On Thu, 24 Nov 2011, Sandro Tosi wrote: > ImportError: No module named ZSI > > probably a missing step in the move from master to quantz
Looks like so. I documented the requirement in www/README and I have a patch for the debian.org-packages.qa.debian.org metapackage. Martin, can you apply the attached patch and install the missing python-zsi ? (Feel free to close the bug once you have done so) Cheers, -- Raphaël Hertzog ◈ Debian Developer Pre-order a copy of the Debian Administrator's Handbook and help liberate it: http://debian-handbook.info/go/ulule-rh/
>From dec83990622918b1c2e04acf77e8bd717feff0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <hert...@debian.org> Date: Thu, 24 Nov 2011 11:55:53 +0100 Subject: [PATCH] packages.qa: add python-zsi --- debian/changelog | 4 ++++ debian/control | 3 ++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd8ec3b..9923cc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,10 @@ debian.org (4XXXXXX) Xnstable; urgency=low [ Martin Zobel-Helas ] * add packages.qa.d.o + [ Raphaël Hertzog ] + * packages.qa.d.o: + - add python-zsi + -- Martin Zobel-Helas <zo...@debian.org> Mon, 21 Nov 2011 20:28:05 +0100 debian.org (44) unstable; urgency=low diff --git a/debian/control b/debian/control index da41a69..b723e86 100644 --- a/debian/control +++ b/debian/control @@ -485,7 +485,8 @@ Depends: db4.7-util, python-lxml, python-soappy, python-debian, - python-yaml + python-yaml, + python-zsi Description: metapackage for packages.qa.debian.org This package depends on all the packages that are needed for packages.qa.debian.org setup. -- 1.7.7.3