diff mbox series

[meta-python,2/3] python3-attrdict3: add recipe with version 2.0.2

Message ID 20221123031326.11169-2-kai.kang@windriver.com
State Under Review
Headers show
Series [meta-oe,1/3] wxwidgets: 3.1.5 -> 3.2.1 | expand

Commit Message

Kai Nov. 23, 2022, 3:13 a.m. UTC
From: Kai Kang <kai.kang@windriver.com>

python3-attrdict3-native is required by python3-wxgtk4.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 .../python3-attrdict3/python3-attrdict3_2.0.2.bb     | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb b/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb
new file mode 100644
index 000000000..cb44ea71a
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb
@@ -0,0 +1,12 @@ 
+SUMMARY = "AttrDict is an MIT-licensed library that provides mapping objects that allow their elements to be accessed both as keys and as attributes"
+HOMEPAGE = "https://pypi.org/project/attrdict3/"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b37be7e71ebfc92a94bfacf6b20a1cc"
+
+DEPENDS = ""
+
+SRC_URI[sha256sum] = "004c171ca1120cc1755701db99d7fa4944afb1e68950434efdaa542513335fe8"
+
+inherit pypi setuptools3
+
+BBCLASSEXTEND = "native"