mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
11 lines
409 B
Python
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')
|
|
|