forked from pool/nftables
Jan Engelhardt
b444af78b9
- Fix the python bindings subpackages * The PEP517 python build requires setuptools * Actually use the rpm subpackage definition * The version is actually python3dist(nftables) = 0.1 * is noarch and requires libnftables1 through dlopen, tell rpmlint * remove unused shebang OBS-URL: https://build.opensuse.org/request/show/1136461 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/nftables?expand=0&rev=87
3 lines
122 B
Plaintext
3 lines
122 B
Plaintext
# dlopen of python package not recognized by rpm requirements generator
|
|
addFilter("explicit-lib-dependency libnftables1")
|