summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-07-15 20:10:32 -0700
committerKhem Raj <raj.khem@gmail.com>2022-07-15 20:15:08 -0700
commit615624ab5769025cca1ec19b88dc0521c51d914e (patch)
tree1e8dd4f385228130bfdf95c1ea2687e26cfe3dde /meta-xfce
parent19d05be57bda09915b09de695e6fb7acc354a588 (diff)
downloadmeta-openembedded-615624ab5769025cca1ec19b88dc0521c51d914e.tar.gz
catfish: Inherit setuptools3 instead of python_setuptools_build_meta
Adds missing dependency on python3-picobuild-native Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb2
1 files changed, 1 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 98cd251d2..bffaa1f8c 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,7 @@ SECTION = "x11/application"
3LICENSE = "GPL-2.0-only" 3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
5 5
6inherit xfce-app python_setuptools_build_meta gtk-icon-cache mime-xdg 6inherit xfce-app setuptools3 gtk-icon-cache mime-xdg
7 7
8DEPENDS += "python3-distutils-extra-native" 8DEPENDS += "python3-distutils-extra-native"
9 9