ports/devel/py-mypy/files/patch-setup.py
2017-08-26 15:15:16 +00:00

11 lines
409 B
Python

--- setup.py.orig 2017-08-04 19:04:43 UTC
+++ setup.py
@@ -100,7 +100,7 @@ package_dir = {'mypy': 'mypy'}
# "pip3 install git+git://github.com/python/mypy.git"
# (as suggested by README.md).
install_requires = []
-install_requires.append('typed-ast >= 1.0.4, < 1.1.0')
+install_requires.append('typed-ast >= 1.0.4, < 1.2.0')
if sys.version_info < (3, 5):
install_requires.append('typing >= 3.5.3')