[Python-modules-team] Bug#376299: python-celementtree: missing dependency on python-elementtree

Adeodato Simó dato at net.com.org.es
Sat Jul 1 20:48:27 UTC 2006


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





More information about the Python-modules-team mailing list