[Python-modules-team] Bug#896597: python3-future: depend on python3-lib2to3
    Adrian Bunk 
    bunk at debian.org
       
    Mon Apr 23 19:54:18 BST 2018
    
    
  
Control: tags -1 - moreinfo
On Sun, Apr 22, 2018 at 09:10:22PM +0300, Adrian Bunk wrote:
> Control: tags -1 moreinfo
> 
> On Sun, Apr 22, 2018 at 07:46:48PM +0200, Matthias Klose wrote:
> > Package: src:python-future
> > Version: 0.15.2-4
> > Severity: serious
> > Tags: sid buster patch
> > 
> > lib2to3 now lives in it's own package. python3-future needs a dependency pn
> > python3-lib2to3.
> >...
> 
> Please provide the actual error message,
> I cannot see why this would be required.
Found it after more searching:
>>> import past
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/past/__init__.py", line 88, in <module>
    from past.translation import install_hooks as autotranslate
  File "/usr/lib/python3/dist-packages/past/translation/__init__.py", line 41, in <module>
    from lib2to3.pgen2.parse import ParseError
ModuleNotFoundError: No module named 'lib2to3'
>>> 
It would avoid wasting time if such information is in the bug report.
cu
Adrian
-- 
       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed
    
    
More information about the Python-modules-team
mailing list