Package: python-vobject
Version: 0.0.svn155-1
Severity: serious
Tags: patch

When building 'python-vobject' in a clean 'unstable' chroot,
I get the following error:

copying src/vobject/win32tz.py -> /python-vobject-0.0.svn155/./build/lib/vobject
touch python-build-stamp-2.4
cd tests && PYTHONPATH=src python tests.py
Traceback (most recent call last):
  File "tests.py", line 8, in ?
    import base, icalendar, behavior, vcard, hcalendar
  File "/python-vobject-0.0.svn155/src/vobject/icalendar.py", line 5, in ?
    import dateutil.rrule
ImportError: No module named dateutil.rrule
make: *** [build/python-vobject] Error 1

Please add the missing Build-Depends on 'python-dateutil' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/python-vobject-0.0.svn155/debian/control ./debian/control
--- ../tmp-orig/python-vobject-0.0.svn155/debian/control        2006-09-25 
12:31:11.000000000 +0000
+++ ./debian/control    2006-09-25 12:31:10.000000000 +0000
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Guido Guenther <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 5), quilt, python-dev, python-support (>= 
0.3)
+Build-Depends: cdbs, debhelper (>= 5), quilt, python-dateutil, python-dev, 
python-support (>= 0.3)
 Standards-Version: 3.7.2
 
 Package: python-vobject


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to