diff options
-rw-r--r-- | meta-xfce/recipes-apps/catfish/catfish_4.16.3.bb | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb | 2 |
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 cadbdf14ca..bf3d7ed979 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" | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
5 | 5 | ||
6 | inherit xfce-app distutils3 gtk-icon-cache mime-xdg | 6 | inherit xfce-app setuptools3 gtk-icon-cache mime-xdg |
7 | 7 | ||
8 | DEPENDS += "python3-distutils-extra-native" | 8 | DEPENDS += "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 4aa50d50b2..3d0e55d360 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 | ||
12 | inherit distutils3 gtk-icon-cache features_check | 12 | inherit setuptools3 gtk-icon-cache features_check |
13 | 13 | ||
14 | REQUIRED_DISTRO_FEATURES = "x11" | 14 | REQUIRED_DISTRO_FEATURES = "x11" |
15 | 15 | ||