Package: python-celementtree
Version: 1.0.5-6
Severity: grave

Seems like the dependency on python-elementtree was lost when upgrading
to the new Python policy.

% dpkg -l python-elementtree python-celementtree
ii  python-celementtree               1.0.5-6                           
Light-weight toolkit for XML processing
pn  python-elementtree                <none>                            (no 
description available)

% python -c 'from cElementTree import ElementTree' && echo ok
Traceback (most recent call last):
  File "<string>", line 1, in ?
ImportError: cannot import name ElementTree

% sudo aptitude install python-elementtree
...

% python -c 'from cElementTree import ElementTree' && echo ok
ok

Thanks,

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
                        Listening to: Leonard Cohen - Coming back to you


Reply via email to