package/python-soupsieve: fix Config.in indentation
authorPierre-Jean Texier <pjtexier@koncepto.io>
Tue, 15 Oct 2019 18:05:55 +0000 (20:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 16 Oct 2019 19:48:14 +0000 (21:48 +0200)
Fixes:

$: ./utils/check-package package/python-soupsieve/*
package/python-soupsieve/Config.in:4: continuation line should be indented using tabs
27 lines processed
1 warnings generated

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-soupsieve/Config.in

index c7571b31368d542198089a470f2bfa128f5a0205..c42e9758758dc5dd0b18688653b9d69d2f40915e 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_PYTHON_SOUPSIEVE
        bool "python-soupsieve"
        select BR2_PACKAGE_PYTHON_BACKPORTS_FUNCTOOLS_LRU_CACHE \
-               if BR2_PACKAGE_PYTHON # runtime
+              if BR2_PACKAGE_PYTHON # runtime
        help
          A modern CSS selector implementation for Beautiful Soup.