14
0
forked from pool/python-Cython

- add rpmlintrc to mask false positives

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=9
This commit is contained in:
Pascal Bleser
2012-02-29 19:08:32 +00:00
committed by Git OBS Bridge
parent e977c66557
commit d5a19efafe
3 changed files with 15 additions and 3 deletions

2
python-Cython-rpmlintrc Normal file
View File

@@ -0,0 +1,2 @@
setBadness('devel-file-in-non-devel-package', 0)
addFilter('devel-file-in-non-devel-package .*/Cython/Debugger/Tests/cfuncs.c')