mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-19 12:23:03 +01:00
11 lines
356 B
Plaintext
11 lines
356 B
Plaintext
|
config BR2_PACKAGE_PYTHON_HOLIDAYS
|
||
|
bool "python-holidays"
|
||
|
select BR2_PACKAGE_PYTHON_CONVERTDATE # runtime
|
||
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
||
|
select BR2_PACKAGE_PYTHON_KOREAN_LUNAR_CALENDAR # runtime
|
||
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||
|
help
|
||
|
Generate and work with holidays in Python.
|
||
|
|
||
|
https://github.com/dr-prodigy/python-holidays
|