]> git.pld-linux.org Git - packages/python3-astroid.git/blob - python3-astroid-deps.patch
b2b35fbc17dd261174ef7263701e6eacb8fafeff
[packages/python3-astroid.git] / python3-astroid-deps.patch
1 --- astroid-2.3.3/astroid/__pkginfo__.py.orig   2019-11-16 17:17:15.331282360 +0100
2 +++ astroid-2.3.3/astroid/__pkginfo__.py        2019-11-16 17:24:15.249007470 +0100
3 @@ -22,7 +22,7 @@
4  install_requires = [
5      "lazy_object_proxy>=1.4.0",
6      "wrapt>=1.11,<1.13",
7 -    'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
8 +    "typed-ast>=1.4.0,<1.5",
9  ]
10  
11  # pylint: disable=redefined-builtin; why license is a builtin anyway?
This page took 1.139034 seconds and 2 git commands to generate.