All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] unattended-upgrades: Inherit setuptools3_legacy
@ 2022-03-04 20:03 Khem Raj
  2022-03-04 20:03 ` [meta-xfce][PATCH 2/2] menulibre: " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-03-04 20:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

It does not yet build with new PEP-527 packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../unattended-upgrades/unattended-upgrades_2.6.bb             | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb
index 478d3691a7..2196266b99 100644
--- a/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb
+++ b/meta-oe/recipes-devtools/unattended-upgrades/unattended-upgrades_2.6.bb
@@ -13,7 +13,8 @@ SRCREV = "c6db6fad26a2b83ba301b52ff5dee98cef7558ca"
 
 S = "${WORKDIR}/git"
 
-inherit setuptools_build_meta
+inherit setuptools3_legacy
+
 PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.1-*.whl"
 
 DEPENDS += "apt intltool-native python3-distutils-extra-native"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-xfce][PATCH 2/2] menulibre: Inherit setuptools3_legacy
  2022-03-04 20:03 [meta-oe][PATCH 1/2] unattended-upgrades: Inherit setuptools3_legacy Khem Raj
@ 2022-03-04 20:03 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2022-03-04 20:03 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj

It does not yet build with new PEP-527 packaging

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 = " \
     intltool-native \
 "
 
-inherit distutils3 gtk-icon-cache features_check
+inherit setuptools3_legacy gtk-icon-cache features_check
 REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master"
-- 
2.35.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-04 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 20:03 [meta-oe][PATCH 1/2] unattended-upgrades: Inherit setuptools3_legacy Khem Raj
2022-03-04 20:03 ` [meta-xfce][PATCH 2/2] menulibre: " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.