SHA256
1
0
forked from pool/python-kiwi

- Setup package for multipython build

There is an initiative at SUSE to combine the python2
  and python3 package builds into a single spec in order
  to provide packages for both versions of python

OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=3
This commit is contained in:
Marcus Schaefer
2017-03-09 16:30:32 +00:00
committed by Git OBS Bridge
parent 9196852f9d
commit 77a33debaa
3 changed files with 15 additions and 3 deletions

View File

@@ -37,3 +37,6 @@ addFilter("W: no-manual-page-for-binary kiwicompat");
# kiwi master package can't be noarch if sub packages are arch specific
addFilter("W: no-binary");
# multipython builds does not deal well with fdupes
addFilter("E: files-duplicated-waste");