Source: python-launchpadlib
Version: 2.1.0-1
Severity: serious
Tags: ftbfs
Justification: FTBFS
==================================== ERRORS ====================================
______ ERROR collecting src/launchpadlib/testing/tests/test_launchpad.py _______
ImportError while importing test module
'/build/reproducible-path/python-launchpadlib-2.1.0/src/launchpadlib/testing/tests/test_launchpad.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../src/launchpadlib/testing/tests/test_launchpad.py:29: in <module>
from launchpadlib.testing.resources import (
../../../src/launchpadlib/testing/resources.py:21: in <module>
from pkg_resources import resource_string
E ModuleNotFoundError: No module named 'pkg_resources'