diff --git a/autodeps/linux.prov.in b/autodeps/linux.prov.in index e12b47b..c6fd4e4 100755 --- a/autodeps/linux.prov.in +++ b/autodeps/linux.prov.in @@ -173,7 +173,7 @@ $f" fi fi - if [ -z "${f%%*.py}" -o -z "${f%%*.pyo}" -o -z "${f%%*.pyc}" ]; then + if [ -z "${f%%*.py}" -o -z "${f%%*.pyo}" -o -z "${f%%*.pyc}" -o -z "${f%%*.pth}" ]; then if [ -n "$FIND_PYTHON" ]; then [ -z "$LIST_PYTHON" ] && LIST_PYTHON="$f" || LIST_PYTHON="$LIST_PYTHON $f"