From 8f3f099eede650bb387d340ac3cdae8ca1d262a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Nov 2022 14:43:35 -0500 Subject: [PATCH] python3-quart: fix python3-pep517 build --- srcpkgs/python3-quart/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template index 5a611345390..71aefd7c7eb 100644 --- a/srcpkgs/python3-quart/template +++ b/srcpkgs/python3-quart/template @@ -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"