You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/kconfiglib/files/kconfiglib-12.12.1-setup.patch

17 lines
463 B

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