menulibre: Inherit distutils3

It does not work with setuptools unfortunately

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2022-02-28 23:35:19 -08:00
parent 2c0529ab62
commit 201f99de28

View File

@ -9,8 +9,7 @@ DEPENDS = " \
intltool-native \
"
inherit setuptools3 gtk-icon-cache features_check
inherit distutils3 gtk-icon-cache features_check
REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master"