diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-03 15:44:35 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-03 16:34:54 -0500 |
| commit | 776c9f247cf416ebafb69e76dcb89635584db65d (patch) | |
| tree | e292924ca78764097ba700172fcf0ba900418d88 /meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb | |
| parent | 9b21d9da3a4a1c7d7ca9fda27447094ca5ec1b03 (diff) | |
| download | meta-cloud-services-776c9f247cf416ebafb69e76dcb89635584db65d.tar.gz | |
python3-arrow: upgrade 0.15.7 -> 0.17.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb b/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb new file mode 100644 index 0000000..65e4a03 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "Better dates and times for Python" | ||
| 2 | HOMEPAGE = "https://github.com/crsmithdev/arrow" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=62e977be69cd001d6545038b6bb1575c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "76d66d0d03effad1407fb4dcebce9566" | ||
| 8 | SRC_URI[sha256sum] = "ff08d10cda1d36c68657d6ad20d74fbea493d980f8b2d45344e00d6ed2bf6ed4" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | ${PYTHON_PN}-dateutil \ | ||
| 14 | ${PYTHON_PN}-backports-functools-lru-cache \ | ||
| 15 | " | ||
