mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Crontab module for reading and writing crontab files and accessing the system cron automatically and simply using a direct API. Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
config BR2_PACKAGE_PYTHON_CRONTAB
|
|
bool "python-crontab"
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
help
|
|
Crontab module for reading and writing crontab files and accessing
|
|
the system cron automatically and simply using a direct API.
|
|
|
|
https://gitlab.com/doctormo/python-crontab/
|