python3-adblock: fix python3-pep517 build

This commit is contained in:
Andrew J. Hesford 2022-11-08 14:42:19 -05:00 committed by Andrew J. Hesford
parent 464b4b8d18
commit 83b3f3fa5c
1 changed files with 2 additions and 1 deletions

View File

@ -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() {