python-arrow: new package

Signed-off-by: David Bachelart <david.bachelart@bbright.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
David Bachelart
2017-01-03 09:35:28 +01:00
committed by Peter Korsgaard
parent 03a3a201a3
commit 011db6e6bd
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_PYTHON_ARROW
bool "python-arrow"
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
help
Better dates and times for Python.
https://github.com/crsmithdev/arrow/