1config BR2_PACKAGE_PYTHON_TEMPORA
2	bool "python-tempora"
3	select BR2_PACKAGE_PYTHON_JARACO_FUNCTOOLS # runtime
4	select BR2_PACKAGE_PYTHON_PYTZ # runtime
5	help
6	  Objects and routines pertaining to date and time.
7
8	  https://github.com/jaraco/tempora
9