Signed-off-by: Ernst Sjöstrand <[email protected]> --- .../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/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
