diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb b/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.bb new file mode 100644 index 0000000..b37086c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-arrow_0.15.7.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] = "2176ce6e28a1c43bbdb2ccc79886f420" | ||
| 8 | SRC_URI[sha256sum] = "3f1a92b25bbee5f80cc8f6bdecfeade9028219229137c559c37335b4f574a292" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | ${PYTHON_PN}-dateutil \ | ||
| 14 | ${PYTHON_PN}-backports-functools-lru-cache \ | ||
| 15 | " | ||
