Files
buildroot/package/python-crontab/Config.in
Grzegorz Blach dad797a453 package/python-crontab: new package
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>
2019-11-24 23:04:09 +01:00

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/