16:49:08 Get:84 http://deb.debian.org/debian unstable/main amd64 mercurial-common all 5.6.1-2 [2725 kB]
Not that I'm really convinced it will help anyway as it's a python2.7 namespace...
[1]
16:50:53 ERROR collecting .pybuild/cpython3_3.7_swh.loader.mercurial/build/swh/loader/mercurial/tests/test_from_disk.py16:50:53 ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.loader.mercurial/build/swh/loader/mercurial/tests/test_from_disk.py'.16:50:53 Hint: make sure your test modules/packages have valid Python names.16:50:53 Traceback:16:50:53 swh/loader/mercurial/tests/test_from_disk.py:21: in <module>16:50:53 from ..from_disk import HgDirectory, HgLoaderFromDisk16:50:53 swh/loader/mercurial/from_disk.py:35: in <module>16:50:53 from . import hgutil16:50:53 swh/loader/mercurial/hgutil.py:7: in <module>16:50:53 import mercurial.ui # type: ignore16:50:53 E ModuleNotFoundError: No module named 'mercurial'16:50:53 ERROR collecting .pybuild/cpython3_3.7_swh.loader.mercurial/build/swh/loader/mercurial/tests/test_hgutil.py16:50:53 ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_swh.loader.mercurial/build/swh/loader/mercurial/tests/test_hgutil.py'.16:50:53 Hint: make sure your test modules/packages have valid Python names.16:50:53 Traceback:16:50:53 swh/loader/mercurial/tests/test_hgutil.py:10: in <module>16:50:53 from mercurial import hg # type: ignore16:50:53 E ModuleNotFoundError: No module named 'mercurial'
I guess the only way to fix the build will be to backport mercurial bullseye package to buster.
yes, thanks. That was my conclusion as well (which i forgot to mention here ¯_(ツ)_/¯)
But i'm not that fluent in what actual backport actions mean. So i need to document
myself on that.
Note: I have something like "dget" the package and try to upload that in our debian
repository but i'm not sure (also that ^ in the optimal case where nothing else in this
package deps needs backporting...)