File python-numpy-rpmlintrc of Package python-numpy
1
# OBS error:
2
addFilter("no-packager-tag")
3
# this files have .py ending, but are not designed to be
4
# called directly
5
addFilter("non-executable-script")
6
addFilter(".*devel-file-in-non-devel-package.*/usr/lib.*/python.*")
7