From: Romain Naour <romain.naour@smile.fr>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>,
Heiko Thiery <heiko.thiery@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>,
Xuanhao Shi <X15000177@gmail.com>,
James Hilliard <james.hilliard1@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
buildroot@buildroot.org, Anand Gadiyar <gadiyar@ti.com>
Subject: Re: [Buildroot] [PATCH v3 1/3] package/python-yamllint: new package
Date: Fri, 12 Apr 2024 22:54:40 +0200 [thread overview]
Message-ID: <f3d41702-e1e6-464f-b282-c8f0309b566d@smile.fr> (raw)
In-Reply-To: <ZhlYatOD6uL7X6Hr@landeda>
Hello Heiko, Yann, All,
Le 12/04/2024 à 17:51, Yann E. MORIN a écrit :
> Heiko, All,
>
> On 2024-04-12 17:43 +0200, Yann E. MORIN spake thusly:
>> Heiko, All,
>>
>> On 2024-04-12 07:53 +0200, Heiko Thiery spake thusly:
>>> This host package is needed since u-boot 2024.04 for building ti defconfigs.
>>>
>>> This is an requirement for using buildman/binman [1].
>>>
>>> [1] https://source.denx.de/u-boot/u-boot/-/blob/v2024.04/tools/buildman/requirements.txt?ref_type=tags#L3
>>>
>>> Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
>>> ---
>> [--SNIP--]
>>> diff --git a/package/python-yamllint/Config.in b/package/python-yamllint/Config.in
>>> new file mode 100644
>>> index 0000000000..5c0962f09f
>>> --- /dev/null
>>> +++ b/package/python-yamllint/Config.in
>>> @@ -0,0 +1,8 @@
>>> +config BR2_PACKAGE_PYTHON_YAMLLINT
>>> + bool "python-yamllint"
>>> + select BR2_PACKAGE_PYTHON_PATHSPEC # runtime
>>
>> $ ./utils/docker-run make check-package
>> package/python-yamllint/Config.in:3: BR2_PACKAGE_PYTHON_PATHSPEC referenced but not defined
>>
>> OK, I'll go and apply that other patch of yours that introduces the
>> target variant for python-pathspec, but which is not in this patchset.
What if python-pathspec is not installed on the host?
make host-python-yamllint
./ouput/host/bin/python ./support/testing/tests/package/sample_python_yamllint.py
ModuleNotFoundError: No module named 'pathspec'
We must add host-python-pathspec (and all other runtime dependencies) in build
dependencies of host-python-yamllint
# This is a runtime dependency, but we don't have the concept of
# runtime dependencies for host packages.
HOST_PYTHON_YAMLLINT_DEPENDENCIES += \
host-python-pathspec \
host-python-pyyaml
Actually, I'm not sure if every host-python packages really do this.
Best regards,
Romain
>
> Applied to master, now, thanks.
>
> Regards,
> Yann E. MORIN.
>
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-04-12 20:54 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 5:53 [Buildroot] [PATCH v3 1/3] package/python-yamllint: new package Heiko Thiery
2024-04-12 5:53 ` [Buildroot] [PATCH v3 2/3] boot/ti-k3-r5-loader: add dependency to yamllint Heiko Thiery
2024-04-12 15:18 ` Bryan Brattlof via buildroot
2024-04-12 5:54 ` [Buildroot] [PATCH v3 3/3] uboot/uboot: add new " Heiko Thiery
2024-04-12 15:18 ` Bryan Brattlof via buildroot
2024-04-12 15:43 ` [Buildroot] [PATCH v3 1/3] package/python-yamllint: new package Yann E. MORIN
2024-04-12 15:51 ` Yann E. MORIN
2024-04-12 20:54 ` Romain Naour [this message]
2024-04-13 7:20 ` Heiko Thiery
2024-05-07 16:00 ` Peter Korsgaard
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=f3d41702-e1e6-464f-b282-c8f0309b566d@smile.fr \
--to=romain.naour@smile.fr \
--cc=X15000177@gmail.com \
--cc=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=gadiyar@ti.com \
--cc=heiko.thiery@gmail.com \
--cc=james.hilliard1@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/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.