python-cffi/python-cffi-rpmlintrc
Denisart Benjamin 3d13a415a1 Accepting request 309689 from home:benoit_monin:branches:devel:languages:python
- update to version 1.1.0
- add python-cffi-rpmlintrc: cffi specifically installs C headers in site-packages
- add new test dependency gcc-c++
- skip the tests on SLE11 since they fail on i586

OBS-URL: https://build.opensuse.org/request/show/309689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cffi?expand=0&rev=17
2015-06-02 17:47:58 +00:00

4 lines
227 B
Plaintext

# cffi specifically installs C headers in site-packages, so :
addFilter("devel-file-in-non-devel-package .*/site-packages/cffi/parse_c_type.h")
addFilter("devel-file-in-non-devel-package .*/site-packages/cffi/_cffi_include.h")