diff mbox series

[meta-xfce,2/3] catfish: Inherit setuptools3 instead of python_setuptools_build_meta

Message ID 20220716031434.4021879-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/3] python3-antlr4-runtime: Inherit setuptools3 instead of python_setuptools_build_meta | expand

Commit Message

Khem Raj July 16, 2022, 3:14 a.m. UTC
Adds missing dependency on python3-picobuild-native

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 98cd251d2d..bffaa1f8cb 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"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
 
-inherit xfce-app python_setuptools_build_meta gtk-icon-cache mime-xdg
+inherit xfce-app setuptools3 gtk-icon-cache mime-xdg
 
 DEPENDS += "python3-distutils-extra-native"