Files
buildroot/package/python-isodate/Config.in
Alexandre Ondet 863b920e6b package/python-isodate: new package
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>
2026-04-24 23:24:40 +02:00

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/