Skip to content

pydepends: recognize extension modules with limited ABI (*.abi3.so)

Chih-Hsuan Yen requested to merge yan12125/namcap:pydepends-abi3 into master

For example, python-autobahn has the following file,

/usr/lib/python3.10/site-packages/_nvx_utf8validator.abi3.so

And namcap didn't find it when handling 'import _nvx_utf8validator'

python-autobahn W: Referenced library '_nvx_utf8validator' is an uninstalled dependency

PS. Also removes an unused variable.

Merge request reports