summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-arrow.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-arrow.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-arrow.inc15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-arrow.inc b/meta-openstack/recipes-devtools/python/python-arrow.inc
deleted file mode 100644
index 9556a6d..0000000
--- a/meta-openstack/recipes-devtools/python/python-arrow.inc
+++ /dev/null
@@ -1,15 +0,0 @@
1DESCRIPTION = "Better dates and times for Python"
2HOMEPAGE = "https://github.com/crsmithdev/arrow"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=458d41a4064e4dc109666cfd941a29e4"
6
7SRC_URI[md5sum] = "554f18b0e23182ee0e8cb2a882d2f607"
8SRC_URI[sha256sum] = "10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f"
9
10inherit pypi
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-dateutil \
14 ${PYTHON_PN}-backports-functools-lru-cache \
15 "