]> git.pld-linux.org Git - packages/python3-astroid.git/blob - python-astroid-deps.patch
cd64984088909775afbe71e564d9abebce44e888
[packages/python3-astroid.git] / python-astroid-deps.patch
1 diff -bur astroid-2.3.1.orig/astroid/__pkginfo__.py astroid-2.3.1/astroid/__pkginfo__.py
2 --- astroid-2.3.1.orig/astroid/__pkginfo__.py   2019-09-30 10:04:18.000000000 +0200
3 +++ astroid-2.3.1/astroid/__pkginfo__.py        2019-10-13 00:36:00.964206099 +0200
4 @@ -22,9 +22,9 @@
5  
6  extras_require = {}
7  install_requires = [
8 -    "lazy_object_proxy==1.4.*",
9 -    "six==1.12",
10 -    "wrapt==1.11.*",
11 +    "lazy_object_proxy>=1.4",
12 +    "six>=1.12",
13 +    "wrapt>=1.11",
14      'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
15  ]
16  
17 Only in astroid-2.3.1/astroid: __pkginfo__.py~
This page took 0.085914 seconds and 2 git commands to generate.