diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-09 11:04:35 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-10 07:31:21 -0800 |
commit | 3b7571c1cdc73e30b7f92d662a581cd633470810 (patch) | |
tree | 5bd0590c48cd86c33174e1f64a5ad1f5463c7be2 /meta-xfce/recipes-apps | |
parent | d30a0e7e1845be29e7c649878474cb58ebe7d7e9 (diff) | |
download | meta-openembedded-3b7571c1cdc73e30b7f92d662a581cd633470810.tar.gz |
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>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 1 |
1 files changed, 0 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 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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg | 6 | inherit xfce-app setuptools_build_meta gtk-icon-cache mime-xdg |
7 | PYPA_WHEEL = "${B}/dist/UNKNOWN-*-*.whl" | ||
8 | 7 | ||
9 | DEPENDS += "python3-distutils-extra-native" | 8 | DEPENDS += "python3-distutils-extra-native" |
10 | 9 | ||