5059bed44bac93d172012bcea6c156b9c840bde2
[feed/packages.git] / utils / setools / patches / 020-no-deprecated.patch
1 --- a/setup.py
2 +++ b/setup.py
3 @@ -126,6 +126,7 @@ ext_py_mods = [Extension('setools.policyrep', ['setools/policyrep.pyx'],
4 '-Wno-unreachable-code',
5 '-Wno-implicit-fallthrough',
6 '-Wno-cast-function-type',
7 + '-Wno-deprecated-declarations',
8 '-fno-exceptions'])]
9
10 installed_data = [('share/man/man1', glob.glob("man/*.1"))]