aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-ruamel.std.pathlib/python3.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-ruamel.std.pathlib/python3.7.patch')
-rw-r--r--community/py3-ruamel.std.pathlib/python3.7.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/py3-ruamel.std.pathlib/python3.7.patch b/community/py3-ruamel.std.pathlib/python3.7.patch
new file mode 100644
index 0000000000..b0e02c0b97
--- /dev/null
+++ b/community/py3-ruamel.std.pathlib/python3.7.patch
@@ -0,0 +1,12 @@
+diff --git a/__init__.py b/__init__.py
+index 3f4ace5..9e71492 100644
+--- a/__init__.py
++++ b/__init__.py
+@@ -14,6 +14,7 @@ _package_data = dict(
+ extras_require={
+ ':python_version<="3.4"': ['pathlib2', ],
+ },
++ keywords='',
+ license='MIT License',
+ universal=True,
+ tox=dict(