diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-11-23 11:13:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-23 08:25:30 -0800 |
commit | 87cf001b39723fa7282c68e03cd7957c78cf8558 (patch) | |
tree | 7b250076d509fb007f798bcba5144a22464a3eaf /meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb | |
parent | 49b8714b2f440558104cc46401235b96b5f62d66 (diff) | |
download | meta-openembedded-87cf001b39723fa7282c68e03cd7957c78cf8558.tar.gz |
python3-attrdict3: add recipe with version 2.0.2
python3-attrdict3-native is required by python3-wxgtk4.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python3-attrdict3/python3-attrdict3_2.0.2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "AttrDict is an MIT-licensed library that provides mapping objects that allow their elements to be accessed both as keys and as attributes" | ||
2 | HOMEPAGE = "https://pypi.org/project/attrdict3/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b37be7e71ebfc92a94bfacf6b20a1cc" | ||
5 | |||
6 | DEPENDS = "" | ||
7 | |||
8 | SRC_URI[sha256sum] = "004c171ca1120cc1755701db99d7fa4944afb1e68950434efdaa542513335fe8" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||