[meta-virtualization] [m-c-s][PATCH 07/12] python-arrow: initial version

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


This is needed by python-jsonext.

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

diff --git a/meta-openstack/recipes-devtools/python/python-arrow_0.12.0.bb b/meta-openstack/recipes-devtools/python/python-arrow_0.12.0.bb
new file mode 100644
index 0000000..46a4021
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-arrow_0.12.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Better dates and times for Python"
+HOMEPAGE = "https://github.com/crsmithdev/arrow"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=458d41a4064e4dc109666cfd941a29e4"
+
+SRC_URI[md5sum] = "fafb41dadf2134688797bf1102eebeb6"
+SRC_URI[sha256sum] = "a15ecfddf334316e3ac8695e48c15d1be0d6038603b33043930dcf0e675c86ee"
+
+inherit setuptools pypi
+
+RDEPENDS_${PN} += " \
+        python-dateutil \
+        python-backports-functools-lru-cache \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list