2019-11-19 17:51:54 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_CRONTAB
|
|
|
|
bool "python-crontab"
|
|
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
|
|
help
|
2019-11-25 13:18:20 +01:00
|
|
|
Crontab module for reading and writing crontab files and
|
|
|
|
accessing the system cron automatically and simply using
|
|
|
|
a direct API.
|
2019-11-19 17:51:54 +01:00
|
|
|
|
|
|
|
https://gitlab.com/doctormo/python-crontab/
|