diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 11:40:47 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:46 -0800 |
commit | a75b9a549563e09fca9a8c280f5731152913b651 (patch) | |
tree | c08f0c4214d4699491b30fb918d60efc73a659cd /meta-xfce | |
parent | 1ada8e0de4433b3009b338bff9b1a89574aa52a0 (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | inherit distutils3 gtk-icon-cache features_check | 12 | inherit setuptools3_legacy gtk-icon-cache features_check |
13 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" | 15 | SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master" |