mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
package/python-crontab: fix check-package warning
Fixes: package/python-crontab/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) 26 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dad797a453
commit
2a9523cd99
@ -2,7 +2,8 @@ config BR2_PACKAGE_PYTHON_CRONTAB
|
|||||||
bool "python-crontab"
|
bool "python-crontab"
|
||||||
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
||||||
help
|
help
|
||||||
Crontab module for reading and writing crontab files and accessing
|
Crontab module for reading and writing crontab files and
|
||||||
the system cron automatically and simply using a direct API.
|
accessing the system cron automatically and simply using
|
||||||
|
a direct API.
|
||||||
|
|
||||||
https://gitlab.com/doctormo/python-crontab/
|
https://gitlab.com/doctormo/python-crontab/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user