All of lore.kernel.org
 help / color / mirror / Atom feed
* extend python3 manifest to add a module
@ 2024-02-14  9:54 Perceval
  2024-02-14 11:24 ` [yocto] " Ross Burton
  0 siblings, 1 reply; 5+ messages in thread
From: Perceval @ 2024-02-14  9:54 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 625 bytes --]

Hello,

I'm building an image on the dunfell branch.
I would like to add dataclasses module in python3. For that I know that 
I should add it to the python3-manifest.json.
I tried to add my new manifest file in SRC_URI using a bbappend. It 
didn't work as the manifest file is red by a anonymous python function 
on parsing:

filename = os.path.join(d.getVar('THISDIR'), 'python3', 
'python3-manifest.json')

What should I do to add dataclasses to my python3 installation? What is 
the suggested method or best practice for that operation?
I would like to avoid forking openembedded-core just for that.

Thank you

Perceval


[-- Attachment #2: Type: text/html, Size: 783 bytes --]

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

end of thread, other threads:[~2024-02-14 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14  9:54 extend python3 manifest to add a module Perceval
2024-02-14 11:24 ` [yocto] " Ross Burton
2024-02-14 14:03   ` Perceval
2024-02-14 14:15     ` Ross Burton
2024-02-14 14:26       ` Perceval

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.