Right, both these are added as dependencies in their respective next
commits but I will make the commit
messages self contained of course. V2 in a couple of days.
Still thinking about how I can handle python3 standard library modules
compared to PyPI modules...

Den tors 4 maj 2023 kl 06:47 skrev Tim Orling <[email protected]>:

>
>
> On Wed, May 3, 2023 at 9:47 PM Tim Orling <[email protected]> wrote:
>
>> Please add some reason that it needs to be added to core. Empty commit
>> logs do not help future users know “why?”
>>
>> On Tue, May 2, 2023 at 10:35 AM Ernst Sjöstrand <[email protected]> wrote:
>>
>>> Signed-off-by: Ernst Sjöstrand <[email protected]>
>>> ---
>>>  .../python/python3-fixtures_4.0.1.bb          | 19 +++++++++++++++++++
>>>  1 file changed, 19 insertions(+)
>>>  create mode 100644 meta/recipes-devtools/python/
>>> python3-fixtures_4.0.1.bb
>>>
>>> diff --git a/meta/recipes-devtools/python/python3-fixtures_4.0.1.bb
>>> b/meta/recipes-devtools/python/python3-fixtures_4.0.1.bb
>>> new file mode 100644
>>> index 00000000000..f71eec6497e
>>> --- /dev/null
>>> +++ b/meta/recipes-devtools/python/python3-fixtures_4.0.1.bb
>>> @@ -0,0 +1,19 @@
>>> +SUMMARY = "Python fixtures for testing / resource management"
>>> +HOMEPAGE = "https://github.com/testing-cabal/fixtures";
>>> +SECTION = "devel/python"
>>> +LICENSE = "BSD-3-Clause"
>>> +LIC_FILES_CHKSUM = "file://COPYING;md5=239e2f4698b85aad5ed39bae5d2ef226"
>>> +
>>> +inherit pypi setuptools3
>>> +
>>> +SRC_URI[sha256sum] =
>>> "d2758826400d095b79666cf93a32a84f50ff8cd179831927efb48cd1e3ca7466"
>>> +
>>> +DEPENDS += " \
>>> +    ${PYTHON_PN}-pbr-native \
>>> +    "
>>> +
>>> +RDEPENDS:${PN} += "\
>>> +    ${PYTHON_PN}-pbr \
>>> +    "
>>> +
>>> +BBCLASSEXTEND = "nativesdk"
>>> --
>>> 2.39.2
>>>
>>>
>>> 
>>>
>>>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#180852): 
https://lists.openembedded.org/g/openembedded-core/message/180852
Mute This Topic: https://lists.openembedded.org/mt/98644245/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to