1config BR2_PACKAGE_PYTHON_CRONTAB
2 bool "python-crontab"
3 select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
4 help
5 Crontab module for reading and writing crontab files and
6 accessing the system cron automatically and simply using
7 a direct API.
8
9 https://gitlab.com/doctormo/python-crontab/
10