From 3b7571c1cdc73e30b7f92d662a581cd633470810 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Mar 2022 11:04:35 -0800 Subject: [PATCH] catfish: Do not set PYPA_WHEEL OE-Core has addressed the pertaining issue which does not require setting this here anymore Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 1 - 1 file changed, 1 deletion(-) 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 6aa5ae8c30..27a807be29 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb @@ -4,7 +4,6 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg -PYPA_WHEEL = "${B}/dist/UNKNOWN-*-*.whl" DEPENDS += "python3-distutils-extra-native"