mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Signed-off-by: Alexandre Ondet <hellohacker.dev@gmail.com> [Julien: - add host-python-setuptools-scm dependency - add LICENSE hash - fix check-package error ] Signed-off-by: Julien Olivain <ju.o@free.fr>
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
config BR2_PACKAGE_PYTHON_ISODATE
|
|
bool "python-isodate"
|
|
help
|
|
An ISO 8601 date/time/duration parser and formatter for
|
|
Python. Useful for parsing and formatting ISO 8601 dates,
|
|
times, and durations.
|
|
|
|
https://github.com/gweis/isodate/
|