OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/pypy3?expand=0&rev=1
8 lines
321 B
Plaintext
8 lines
321 B
Plaintext
# RPM macros are not meant to be modifiable:
|
|
addFilter("non-conffile-in-etc /etc/rpm/macros.pypy")
|
|
# ignore duplicates of pyc/pyo files
|
|
# a) /usr/bin/pypy itself is 44MB (on 64bits), so we can't gain anything reasonable
|
|
# b) it confuses testing
|
|
addFilter("files-duplicate.*pyc")
|
|
addFilter("files-duplicate.*pyo")
|