Files
pypy3/rpmlintrc

8 lines
321 B
Plaintext
Raw Permalink Normal View History

# 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")