From 2c0529ab621b9dec99c038d7e11275cbb238cc3a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 28 Feb 2022 19:35:47 -0800 Subject: catfish: Fix wheel build Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb index bf3d7ed979..853d77e395 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb @@ -3,7 +3,8 @@ SECTION = "x11/application" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" -inherit xfce-app setuptools3 gtk-icon-cache mime-xdg +inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg +PYPA_WHEEL = "${B}/dist/UNKNOWN-*-*.whl" DEPENDS += "python3-distutils-extra-native" -- cgit v1.2.3-54-g00ecf