d8e2a08b93
Also add license file and hash. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
config BR2_PACKAGE_PYTHON_TEMPORA
|
|
bool "python-tempora"
|
|
select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
|
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
|
select BR2_PACKAGE_PYTHON_PYTZ # runtime
|
|
help
|
|
Objects and routines pertaining to date and time.
|
|
|
|
https://github.com/jaraco/tempora
|