mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
meta-xfce: Convert catfish and menulibre to use setuptools3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ SECTION = "x11/application"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
|
||||
|
||||
inherit xfce-app distutils3 gtk-icon-cache mime-xdg
|
||||
inherit xfce-app setuptools3 gtk-icon-cache mime-xdg
|
||||
|
||||
DEPENDS += "python3-distutils-extra-native"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ DEPENDS = " \
|
||||
intltool-native \
|
||||
"
|
||||
|
||||
inherit distutils3 gtk-icon-cache features_check
|
||||
inherit setuptools3 gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user