diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-17 14:57:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-17 14:57:05 +0200 |
commit | da24b31f93dc3e7ac91a6d764ce649fbce1115c2 (patch) | |
tree | afb792805262ec703f955c66f2b329040ef61409 | |
parent | 7e58fdc5e913105f3a0812039798292bb63e6a53 (diff) | |
download | buildroot-da24b31f93dc3e7ac91a6d764ce649fbce1115c2.tar.gz buildroot-da24b31f93dc3e7ac91a6d764ce649fbce1115c2.zip |
package/python-xlrd: fix check-package warnings on Config.in.host
Fixes:
package/python-xlrd/Config.in.host:4: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
https://gitlab.com/buildroot.org/buildroot/-/jobs/63334884
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/python-xlrd/Config.in.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-xlrd/Config.in.host b/package/python-xlrd/Config.in.host index 493592562c..cd98fd4da3 100644 --- a/package/python-xlrd/Config.in.host +++ b/package/python-xlrd/Config.in.host @@ -1,7 +1,7 @@ config BR2_PACKAGE_HOST_PYTHON_XLRD bool "host python-xlrd" help - Library for developers to extract data from Microsoft Excel (tm) - spreadsheet files. + Library for developers to extract data from Microsoft + Excel(tm) spreadsheet files. http://www.python-excel.org/ |