All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] flit_core: inherit setuptools3-base
@ 2022-02-25 23:58 Tim Orling
  0 siblings, 0 replies; only message in thread
From: Tim Orling @ 2022-02-25 23:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

This helps bridge the old setuptools3 behavior.

FILES:${PN} has sane defaults in setuptools3-base

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
Change in v2:
  minor grammar correction in git commit log

 meta/classes/flit_core.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/flit_core.bbclass b/meta/classes/flit_core.bbclass
index 0f2eec85d0b..8edbd654ff2 100644
--- a/meta/classes/flit_core.bbclass
+++ b/meta/classes/flit_core.bbclass
@@ -1,4 +1,4 @@
-inherit pip_install_wheel python3native python3-dir
+inherit pip_install_wheel python3native python3-dir setuptools3-base
 
 DEPENDS += "python3 python3-flit-core-native python3-pip-native"
 
-- 
2.30.2



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-25 23:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 23:58 [PATCH v2] flit_core: inherit setuptools3-base Tim Orling

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.