From: Esben Haabendal <esben@geanix.com>
To: "Khem Raj" <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [PATCH] netplan: add missing runtime dependencies
Date: Tue, 13 Aug 2024 10:49:23 +0200 [thread overview]
Message-ID: <874j7oq030.fsf@geanix.com> (raw)
In-Reply-To: <CAMKF1sqEsOQ7F_MYJjah5STHfF-vEHrijELcAuJYnOHw9ApyAQ@mail.gmail.com> (Khem Raj's message of "Mon, 12 Aug 2024 11:51:34 -0700")
"Khem Raj" <raj.khem@gmail.com> writes:
> sadly this did not apply directly on master, but it is needed on
> master so I have to massage it a bit. Please check master-next and see
> if all is ok.
Looking fine, thanks.
/Esben
>
> On Mon, Aug 12, 2024 at 2:52 AM Esben Haabendal via
> lists.openembedded.org <esben=geanix.com@lists.openembedded.org>
> wrote:
>>
>> The json module is used in several cli commands.
>>
>> The fcntl module is used in terminal input handling.
>>
>> Signed-off-by: Esben Haabendal <esben@geanix.com>
>> ---
>> .../meta-python/recipes-connectivity/netplan/netplan_1.0.bb | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb
>> index 229414718c06..cf8d6d19e711 100644
>> --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb
>> +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan_1.0.bb
>> @@ -34,6 +34,7 @@ EXTRA_OEMESON = "-Dunit_testing=false"
>>
>> RDEPENDS:${PN} = "python3-core python3-netifaces python3-pyyaml \
>> python3-dbus python3-rich python3-cffi \
>> + python3-json python3-fcntl \
>> util-linux-libuuid libnetplan \
>> "
>>
>> --
>> 2.45.2
>>
>>
>>
>>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#111775): https://lists.openembedded.org/g/openembedded-devel/message/111775
> Mute This Topic: https://lists.openembedded.org/mt/107853740/6239652
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [esben@geanix.com]
> -=-=-=-=-=-=-=-=-=-=-=-
prev parent reply other threads:[~2024-08-13 8:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-12 9:52 [PATCH] netplan: add missing runtime dependencies Esben Haabendal
2024-08-12 18:51 ` [oe] " Khem Raj
2024-08-13 8:49 ` Esben Haabendal [this message]
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=874j7oq030.fsf@geanix.com \
--to=esben@geanix.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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.