Config.in 291 B

12345678
  1. config 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 accessing
  6. the system cron automatically and simply using a direct API.
  7. https://gitlab.com/doctormo/python-crontab/