From adaf600b3f5b552930944c3234965bf18ffbdf6c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 8 Nov 2022 14:11:35 -0500 Subject: [PATCH] synapse: fix python3-pep517 build --- srcpkgs/synapse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 85b527ef1b5..982806af7cd 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -5,7 +5,7 @@ revision=2 build_style=python3-pep517 build_helper=rust make_check_target=tests -make_install_target="matrix_synapse-${version}-*-*-*.whl" +make_install_target="dist/matrix_synapse-${version}-*-*-*.whl" hostmakedepends="python3-poetry-core python3-setuptools-rust cargo" depends="python3-jsonschema python3-frozendict python3-canonicaljson python3-signedjson python3-pynacl python3-service_identity python3-Twisted