python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / python-curtsies / patches / fix-setup.py.patch
bloba7587e733efa07a11da8c83c0e84dd4b9647d248
1 --- setup.py.orig
2 +++ setup.py
3 @@ -41,7 +41,7 @@ def get_long_description():
4 install_requires = [
5 'blessings>=1.5',
6 'wcwidth>=0.1.4',
7 - 'typing',
8 + 'typing;python_version<"3.5"',
9 ],
10 tests_require = [
11 'mock',