858a1eb090
* unpin-deps.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=43
20 lines
692 B
Diff
20 lines
692 B
Diff
Index: astroid-2.3.1/astroid/__pkginfo__.py
|
|
===================================================================
|
|
--- astroid-2.3.1.orig/astroid/__pkginfo__.py
|
|
+++ astroid-2.3.1/astroid/__pkginfo__.py
|
|
@@ -22,10 +22,10 @@ numversion = tuple(int(elem) for elem in
|
|
|
|
extras_require = {}
|
|
install_requires = [
|
|
- "lazy_object_proxy==1.4.*",
|
|
- "six==1.12",
|
|
- "wrapt==1.11.*",
|
|
- 'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
|
|
+ "lazy_object_proxy>=1.4",
|
|
+ "six>=1.12",
|
|
+ "wrapt>=1.11",
|
|
+ 'typed-ast>=1.4.0;implementation_name== "cpython" and python_version<"3.7"',
|
|
]
|
|
|
|
# pylint: disable=redefined-builtin; why license is a builtin anyway?
|