nftables: clean-up after xlint-ing

Co-authored-by: classabbyamp <void@placeviolette.net>
This commit is contained in:
dogknowsnx 2025-07-06 09:38:58 +02:00 committed by classabbyamp
parent 3d7fd03b57
commit 1b50861d54

View file

@ -20,14 +20,14 @@ post_extract() {
} }
post_build() { post_build() {
( (
cd py cd py
python -m build --no-isolation --wheel python -m build --no-isolation --wheel
) )
} }
post_install() { post_install() {
( (
cd py cd py
python -m installer --destdir ${DESTDIR} --no-compile-bytecode dist/*.whl python -m installer --destdir ${DESTDIR} --no-compile-bytecode dist/*.whl
) )