fixinstallfailureduetopython-wraptupgraded
This commit is contained in:
parent
52abfadc30
commit
41cfe73864
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-astroid
|
Name: python-astroid
|
||||||
Version: 2.9.3
|
Version: 2.9.3
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: An abstract syntax tree for Python with inference support.
|
Summary: An abstract syntax tree for Python with inference support.
|
||||||
License: LGPL-2.1-only and GPL-2.0-or-later
|
License: LGPL-2.1-only and GPL-2.0-or-later
|
||||||
URL: https://github.com/PyCQA/astroid
|
URL: https://github.com/PyCQA/astroid
|
||||||
@ -27,6 +27,7 @@ BuildRequires: python3-lazy-object-proxy
|
|||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-wrapt
|
BuildRequires: python3-wrapt
|
||||||
# General requires
|
# General requires
|
||||||
|
AutoReq: no
|
||||||
Requires: python3-lazy-object-proxy
|
Requires: python3-lazy-object-proxy
|
||||||
Requires: python3-wrapt
|
Requires: python3-wrapt
|
||||||
Requires: python3-pytest-runner
|
Requires: python3-pytest-runner
|
||||||
@ -86,6 +87,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 Ge Wang <wangge20@h-partners.com> - 2.9.3-2
|
||||||
|
- fix install failure due to python-wrapt upgraded
|
||||||
|
|
||||||
* Sun Apr 24 2022 caodongxia <caodongxia@h-partners.com> - 2.9.3-1
|
* Sun Apr 24 2022 caodongxia <caodongxia@h-partners.com> - 2.9.3-1
|
||||||
- update to 2.9.3
|
- update to 2.9.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user