aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-arrow_0.12.0.bb
blob: 46a40213baea470869a77167e9979cdfdc5010b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 \
        "