mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
meta-xfce: Convert catfish and menulibre to use setuptools3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
02a08d021a
commit
79cfeb58b1
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user