[meta-virtualization] [m-c-s][PATCH 08/12] python-jsonext: initial version

Mark Asselstine mark.asselstine at windriver.com
Tue Jan 9 12:15:02 PST 2018


This is needed by python-tinyrpc. This requires a new recipe for
python-arrow.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-jsonext_0.4.2.bb      | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-jsonext_0.4.2.bb

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 @@
+DESCRIPTION = "Well-structured helpers to help serializing commonly \
+encountered structures to JSON (like datetime, to_dict(), etc."
+HOMEPAGE = "http://github.com/mbr/jsonext"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[md5sum] = "59207a244eba23bf628ed24935e4eee7"
+SRC_URI[sha256sum] = "e7634e0b8d1a668bd2c92db5498f6162573feb72ac050c4415384e773b1ea091"
+
+inherit setuptools pypi
+
+RDEPENDS_${PN} += " \
+        python-six \
+        python-arrow \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list