summaryrefslogtreecommitdiff
path: root/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch')
-rw-r--r--dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch b/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch
new file mode 100644
index 000000000000..b5225e90d5d9
--- /dev/null
+++ b/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch
@@ -0,0 +1,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