summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-01-18 21:21:40 -0800
committerKhem Raj <raj.khem@gmail.com>2022-01-19 09:01:56 -0800
commit79cfeb58b1fd887f5b9af4296fc915ef1c159c6e (patch)
treedbaeb1f5feef5d6842fc9b5721362e26a884748e /meta-xfce
parent02a08d021a3089d4ec8fbead49e466bf7f868b77 (diff)
downloadmeta-openembedded-79cfeb58b1fd887f5b9af4296fc915ef1c159c6e.tar.gz
meta-xfce: Convert catfish and menulibre to use setuptools3
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
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb2
2 files changed, 2 insertions, 2 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 cadbdf14c..bf3d7ed97 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 = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
5 5
6inherit xfce-app distutils3 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
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
index 4aa50d50b..3d0e55d36 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
@@ -9,7 +9,7 @@ DEPENDS = " \
9 intltool-native \ 9 intltool-native \
10" 10"
11 11
12inherit distutils3 gtk-icon-cache features_check 12inherit setuptools3 gtk-icon-cache features_check
13 13
14REQUIRED_DISTRO_FEATURES = "x11" 14REQUIRED_DISTRO_FEATURES = "x11"
15 15