[Python-modules-team] Bug#793945: Missing dependency on python-funcsigs
Christopher Baines
chris at cbaines.net
Thu Jul 30 11:20:24 UTC 2015
Note that even with the correct version of the python-pbr package
installed, importing this module will still fail due to what I guess is
a missing dependency on python-funcsigs.
$ python
Python 2.7.10 (default, Jul 1 2015, 10:54:53)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mock
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/mock/__init__.py", line 2, in
<module>
import mock.mock as _mock
File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 83, in <module>
import funcsigs
ImportError: No module named funcsigs
At least on the two systems that I have tested this on, this is the last
modification that I needed to make to get the package to work. However
this does not mean there are more missing dependencies/build
dependencies or other problems, as I have not tested in a clean environment.
More information about the Python-modules-team
mailing list