1
0
python-pythran/python-pythran-rpmlintrc
Matej Cepl fabf7106e6 Accepting request 1146276 from home:bnavigator:branches:devel:languages:python:numeric
- Fix python312 tests: Force linking to openblas with custom
  pythranrc
- Remove test skips no longer needed
- Make test flavors future proof: Don't fail on empty buildset
- Skip python39 for all test flavors: The test-py39 multibuild has
  already been removed but it is still in the build set, so don't
  test it in the other multibuilds.
- Debundle xsimd

OBS-URL: https://build.opensuse.org/request/show/1146276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=37
2024-02-12 22:30:05 +00:00

7 lines
332 B
Plaintext

# SECTION This is a package that compiles code, the runtime requires devel packages
addFilter('devel-file-in-non-devel-package .*/site-packages/pythran/.*')
addFilter('devel-dependency .*')
addFilter('python-leftover-require python.*-numpy-devel')
# these are "default" headers for packages
addFilter('hidden-file-or-dir .*/\.hpp')