diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 09:09:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:42 +0000 |
commit | fc008fd775a75a373199951ff6aaa166f4374716 (patch) | |
tree | 7797cd5d65ccfea8171e1996d884022330bbe89c /community/py3-ruamel.std.pathlib/python3.7.patch | |
parent | 5d8be6dedd145765a403772af3166b5177c780af (diff) | |
download | aports-fc008fd775a75a373199951ff6aaa166f4374716.tar.bz2 aports-fc008fd775a75a373199951ff6aaa166f4374716.tar.xz |
community/py3-ruamel.std.pathlib: rebuild against python 3.7
Diffstat (limited to 'community/py3-ruamel.std.pathlib/python3.7.patch')
-rw-r--r-- | community/py3-ruamel.std.pathlib/python3.7.patch | 12 |
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( |