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