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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-03-09 11:04:35 -08:00
parent d30a0e7e18
commit 3b7571c1cd
@@ -4,7 +4,6 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
inherit xfce-app setuptools_build_meta 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" DEPENDS += "python3-distutils-extra-native"