diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-15 11:07:51 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-16 20:34:45 -0400 |
| commit | f7dfa20cb76157b9a751843e20045261d9ba42a7 (patch) | |
| tree | 3d4b9a85eca8d3f00fdfce969c73cb66d8ee8505 /meta-openstack/recipes-devtools/python/python3-jsonext_0.4.2.bb | |
| parent | 76cf720a5af41383a7f8a6caa7354304cd43408a (diff) | |
| download | meta-cloud-services-f7dfa20cb76157b9a751843e20045261d9ba42a7.tar.gz | |
python3-jsonext: Change python to python3
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-jsonext_0.4.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-jsonext_0.4.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-jsonext_0.4.2.bb b/meta-openstack/recipes-devtools/python/python3-jsonext_0.4.2.bb new file mode 100644 index 0000000..0bf227a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-jsonext_0.4.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Well-structured helpers to help serializing commonly \ | ||
| 2 | encountered structures to JSON (like datetime, to_dict(), etc." | ||
| 3 | HOMEPAGE = "http://github.com/mbr/jsonext" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "59207a244eba23bf628ed24935e4eee7" | ||
| 9 | SRC_URI[sha256sum] = "e7634e0b8d1a668bd2c92db5498f6162573feb72ac050c4415384e773b1ea091" | ||
| 10 | |||
| 11 | inherit setuptools3 pypi | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += " \ | ||
| 14 | python3-six \ | ||
| 15 | python3-arrow \ | ||
| 16 | " | ||
