xref: /OK3568_Linux_fs/buildroot/package/python-crontab/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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