package/python-prompt-toolkit: replace utf-8 space by ascii character
authorPeter Seiderer <ps.report@gmx.net>
Tue, 7 May 2019 21:30:24 +0000 (23:30 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 8 May 2019 07:15:46 +0000 (09:15 +0200)
Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple
ascii space character.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-prompt-toolkit/Config.in

index baafaeb8c1ec0e6ab22c2f211505d002cd362bce..1066e166d9021140b3eb5bc81111a61b65e0c978 100644 (file)
@@ -2,8 +2,8 @@ config BR2_PACKAGE_PYTHON_PROMPT_TOOLKIT
        bool "python-prompt-toolkit"
        select BR2_PACKAGE_PYTHON_SIX # runtime
        select BR2_PACKAGE_PYTHON_WCWIDTH # runtime
-       select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
-       select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
+       select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
+       select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
        help
          Library for building powerful interactive command lines in
          Python.