diff options
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.bb | 26 |
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 @@ | |||
| 1 | SUMMARY = "Better dates and times for Python" | ||
| 2 | HOMEPAGE = "https://github.com/arrow-py/arrow" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=14a2e29a9d542fb9052d75344d67619d" | ||
| 6 | |||
| 7 | SRC_URI:append = " \ | ||
| 8 | file://run-ptest \ | ||
| 9 | " | ||
| 10 | SRC_URI[sha256sum] = "ed0cc050e98001b8779e84d461b0098c4ac597e88704a655582b21d116e526d7" | ||
| 11 | |||
| 12 | inherit pypi python_flit_core ptest-python-pytest | ||
| 13 | |||
| 14 | RDEPENDS:${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 | |||
| 24 | RDEPENDS:${PN} += " \ | ||
| 25 | python3-dateutil \ | ||
| 26 | " | ||
