forked from pool/python-onionshare
9 lines
387 B
Plaintext
9 lines
387 B
Plaintext
|
|
# it's packaged inline
|
||
|
|
addFilter("python-missing-require onionshare_cli")
|
||
|
|
# using cepa instead
|
||
|
|
addFilter("python-missing-require stem")
|
||
|
|
# the rpmplint python requirement checker is confused about two packages in one
|
||
|
|
addFilter("python-leftover-require python3[0-9]*-.*")
|
||
|
|
# obsoleting but not replacing old multiflavor packages
|
||
|
|
addFilter("obsolete-not-provided python3?[0-9]*-onionshare")
|