mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
7d91366dac
License hash changed due to copyright notice removal:
5957d58266
Drop no longer required python-six runtime dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
config BR2_PACKAGE_PYTHON_TEMPORA
|
|
bool "python-tempora"
|
|
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
|
help
|
|
Objects and routines pertaining to date and time.
|
|
|
|
https://github.com/jaraco/tempora
|