From 569b9319e3bb3d96004eac98ac6ec77af20378c3 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 1 Mar 2022 09:50:43 +0100 Subject: [PATCH] azote: fix wheel install --- recipes-gtk/nwg-shell/azote_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-gtk/nwg-shell/azote_git.bb b/recipes-gtk/nwg-shell/azote_git.bb index 7d35395..78b2772 100644 --- a/recipes-gtk/nwg-shell/azote_git.bb +++ b/recipes-gtk/nwg-shell/azote_git.bb @@ -22,6 +22,8 @@ RDEPENDS:${PN} = " \ inherit setuptools3 +PYPA_WHEEL = "${S}/dist/azote-*-*.whl" + S = "${WORKDIR}/git" PV = "1.9.1" SRCREV = "c4ccd502c27fa6eb801a7b2b0636aed09e8c4a12"