mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-adblock: fix python3-pep517 build
This commit is contained in:
parent
464b4b8d18
commit
83b3f3fa5c
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ do_build() {
|
|||
# Drop platform specifiers from the wheel; pip will refuse to install,
|
||||
# e.g., an armv7l wheel on an aarch64 system even if the masterdir is
|
||||
# armv7l. The wheel is correct; no need for name compatibility checks.
|
||||
mv adblock-${version}-*.whl adblock-${version}-py3-none-any.whl
|
||||
mkdir -p dist
|
||||
mv adblock-${version}-*.whl dist/adblock-${version}-py3-none-any.whl
|
||||
}
|
||||
|
||||
pre_check() {
|
||||
|
|
Loading…
Add table
Reference in a new issue