summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
new file mode 100644
index 0000000000..3394e4d323
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-arrow_1.4.0.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Better dates and times for Python"
2HOMEPAGE = "https://github.com/arrow-py/arrow"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=14a2e29a9d542fb9052d75344d67619d"
6
7SRC_URI:append = " \
8 file://run-ptest \
9"
10SRC_URI[sha256sum] = "ed0cc050e98001b8779e84d461b0098c4ac597e88704a655582b21d116e526d7"
11
12inherit pypi python_flit_core ptest-python-pytest
13
14RDEPENDS:${PN}-ptest += " \
15 python3-dateparser \
16 python3-dateutil-zoneinfo \
17 python3-pytest-cov \
18 python3-pytest-mock \
19 python3-pytz \
20 python3-simplejson \
21 python3-types-python-dateutil \
22"
23
24RDEPENDS:${PN} += " \
25 python3-dateutil \
26"