summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 11:40:47 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:46 -0800
commita75b9a549563e09fca9a8c280f5731152913b651 (patch)
treec08f0c4214d4699491b30fb918d60efc73a659cd /meta-xfce
parent1ada8e0de4433b3009b338bff9b1a89574aa52a0 (diff)
downloadmeta-openembedded-a75b9a549563e09fca9a8c280f5731152913b651.tar.gz
menulibre: Inherit setuptools3_legacy
It does not yet build with new PEP-527 packaging Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb2
1 files changed, 1 insertions, 1 deletions
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 898f6ed43a..65aa7a53e2 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_legacy gtk-icon-cache features_check
13REQUIRED_DISTRO_FEATURES = "x11" 13REQUIRED_DISTRO_FEATURES = "x11"
14 14
15SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" 15SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master"