Message ID | 20230502173422.1439794-4-ernstp@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/6] python3-hatchling: fix rdepends | expand |
Why does this need to be added to core? Please provide some reason/justification for adding the recipe. On Tue, May 2, 2023 at 10:35 AM Ernst Sjöstrand <ernstp@gmail.com> wrote: > Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com> > --- > .../python/python3-charset-normalizer_3.1.0.bb | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 meta/recipes-devtools/python/ > python3-charset-normalizer_3.1.0.bb > > diff --git a/meta/recipes-devtools/python/ > python3-charset-normalizer_3.1.0.bb b/meta/recipes-devtools/python/ > python3-charset-normalizer_3.1.0.bb > new file mode 100644 > index 00000000000..9fda99b7ca6 > --- /dev/null > +++ b/meta/recipes-devtools/python/python3-charset-normalizer_3.1.0.bb > @@ -0,0 +1,10 @@ > +DESCRIPTION = "Truly universal encoding detector in pure Python" > +HOMEPAGE = "https://charset-normalizer.readthedocs.io" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5" > + > +SRC_URI[sha256sum] = > "34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5" > + > +inherit pypi setuptools3 > + > +BBCLASSEXTEND = "native nativesdk" > -- > 2.39.2 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#180759): > https://lists.openembedded.org/g/openembedded-core/message/180759 > Mute This Topic: https://lists.openembedded.org/mt/98644247/924729 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ > ticotimo@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta/recipes-devtools/python/python3-charset-normalizer_3.1.0.bb b/meta/recipes-devtools/python/python3-charset-normalizer_3.1.0.bb new file mode 100644 index 00000000000..9fda99b7ca6 --- /dev/null +++ b/meta/recipes-devtools/python/python3-charset-normalizer_3.1.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Truly universal encoding detector in pure Python" +HOMEPAGE = "https://charset-normalizer.readthedocs.io" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0974a390827087287db39928f7c524b5" + +SRC_URI[sha256sum] = "34e0a2f9c370eb95597aae63bf85eb5e96826d81e3dcf88b8886012906f509b5" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk"
Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com> --- .../python/python3-charset-normalizer_3.1.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-charset-normalizer_3.1.0.bb