aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-28 19:35:47 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-01 09:13:42 -0800
commit2c0529ab621b9dec99c038d7e11275cbb238cc3a (patch)
tree289f2910f85a82fc8b069c20239b55fcc2ed94c1 /meta-xfce/recipes-apps
parent6ce000f6671779b475262b56baf3f22907d6fdc9 (diff)
downloadmeta-openembedded-2c0529ab621b9dec99c038d7e11275cbb238cc3a.tar.gz
catfish: Fix wheel build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r--meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb3
1 files changed, 2 insertions, 1 deletions
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"