Re: dh_python2 namespace issue?

2019-01-09 Thread Piotr Ożarowski
> so we tried in a clean chroot, a simple > > import backports.functools_lru_cache > > which end-up with > > ~# python -c "import backports.functools_lru_cache; print > backports.functools_lru_cache" > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named ba

dh_python2 namespace issue ?

2019-01-09 Thread PICCA Frederic-Emmanuel
Hello, while preparing one of our package (pyfai), we endup with an FTBFS due to backports.functools_lru_cache [1]. here the backtrace Traceback (most recent call last): File "./run_tests.py", line 543, in unittest.defaultTestLoader.loadTestsFromNames(options.test_name)) File "/usr/lib