All of lore.kernel.org
 help / color / mirror / Atom feed
From: Perceval <perceval_arenou@trimble.com>
To: yocto@lists.yoctoproject.org
Subject: extend python3 manifest to add a module
Date: Wed, 14 Feb 2024 10:54:26 +0100	[thread overview]
Message-ID: <QIBU8S.RL2ZWWVWX0423@trimble.com> (raw)

[-- 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 --]

             reply	other threads:[~2024-02-14  9:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14  9:54 Perceval [this message]
2024-02-14 11:24 ` [yocto] extend python3 manifest to add a module Ross Burton
2024-02-14 14:03   ` Perceval
2024-02-14 14:15     ` Ross Burton
2024-02-14 14:26       ` Perceval

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=QIBU8S.RL2ZWWVWX0423@trimble.com \
    --to=perceval_arenou@trimble.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.