summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-01-09 15:15:02 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-12 10:38:06 -0500
commit0deae455055ed8ccba6e9b3a2f06d1a416c73664 (patch)
tree7a2b667bc3ebc6fb88ce32ea702723476b3fab89 /meta-openstack/recipes-devtools/python
parented68a1caac31193ba7116b09f9757041264bb027 (diff)
downloadmeta-cloud-services-0deae455055ed8ccba6e9b3a2f06d1a416c73664.tar.gz
python-jsonext: initial version
This is needed by python-tinyrpc. This requires a new recipe for python-arrow. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonext_0.4.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonext_0.4.2.bb b/meta-openstack/recipes-devtools/python/python-jsonext_0.4.2.bb
new file mode 100644
index 0000000..90575c6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-jsonext_0.4.2.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Well-structured helpers to help serializing commonly \
2encountered structures to JSON (like datetime, to_dict(), etc."
3HOMEPAGE = "http://github.com/mbr/jsonext"
4SECTION = "devel/python"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
7
8SRC_URI[md5sum] = "59207a244eba23bf628ed24935e4eee7"
9SRC_URI[sha256sum] = "e7634e0b8d1a668bd2c92db5498f6162573feb72ac050c4415384e773b1ea091"
10
11inherit setuptools pypi
12
13RDEPENDS_${PN} += " \
14 python-six \
15 python-arrow \
16 "