mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
nftables: clean-up after xlint-ing
Co-authored-by: classabbyamp <void@placeviolette.net>
This commit is contained in:
parent
3d7fd03b57
commit
1b50861d54
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue