python3-quart: fix python3-pep517 build

This commit is contained in:
Andrew J. Hesford 2022-11-08 14:43:35 -05:00 committed by Andrew J. Hesford
parent 40f5f3490e
commit 8f3f099eed
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=python3-quart
version=0.18.3
revision=2
build_style=python3-pep517
make_install_target="quart-${version}-*-*-*.whl"
make_install_target="dist/quart-${version}-*-*-*.whl"
hostmakedepends="python3-poetry-core"
depends="python3-aiofiles python3-hypercorn python3-click python3-MarkupSafe
python3-blinker python3-itsdangerous python3-Jinja2 python3-Werkzeug"