Fix install failure due to python-wrapt upgraded
This commit is contained in:
parent
606f61f741
commit
778facae45
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-astroid
|
||||
Version: 2.5
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: An abstract syntax tree for Python with inference support.
|
||||
License: LGPL-2.1-only and GPL-2.0-or-later
|
||||
URL: https://github.com/PyCQA/astroid
|
||||
@ -26,6 +26,7 @@ BuildRequires: python3-pytest-runner
|
||||
BuildRequires: python3-lazy-object-proxy
|
||||
BuildRequires: python3-wrapt
|
||||
# General requires
|
||||
AutoReq: no
|
||||
Requires: python3-lazy-object-proxy
|
||||
Requires: python3-wrapt
|
||||
Requires: python3-pytest-runner
|
||||
@ -85,6 +86,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 yaoxin <yaoxin30@h-partners.com> - 2.5-2
|
||||
- Fix install failure due to python-wrapt upgraded
|
||||
|
||||
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.5-1
|
||||
- Upgrade to version 2.5
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user