summaryrefslogtreecommitdiff
path: root/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch
blob: b5225e90d5d9bf5ec0146d9c66616b78f416af59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Python2's ConfigParser module used by setuptools throws parsing errors when
encountering tab characters.

--- Kconfiglib-12.12.1/setup.cfg
+++ Kconfiglib-12.12.1/setup.cfg
@@ -1,6 +1,6 @@
 [bdist_wheel]
-	# We support both Python 2 and Python 3
-	universal = 1
+# We support both Python 2 and Python 3
+universal = 1
 [metadata]
-	# Include the license file in wheels
-	license_file = LICENSE.txt
+# Include the license file in wheels
+license_file = LICENSE.txt