!37 [sync] PR-35: 去除python3-libvirt依赖

From: @openeuler-sync-bot 
Reviewed-by: @imxcc 
Signed-off-by: @imxcc
This commit is contained in:
openeuler-ci-bot 2024-05-13 01:47:47 +00:00 committed by Gitee
commit 9137f7c93c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Summary: The libvirt virtualization API python3 binding Summary: The libvirt virtualization API python3 binding
Name: libvirt-python Name: libvirt-python
Version: 9.10.0 Version: 9.10.0
Release: 1 Release: 2
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: http://libvirt.org Url: http://libvirt.org
License: LGPLv2+ License: LGPLv2+
@ -12,7 +12,6 @@ BuildRequires: python3-devel
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-lxml BuildRequires: python3-lxml
BuildRequires: gcc BuildRequires: gcc
BuildRequires: python3-libvirt
# Don't want provides for python shared objects # Don't want provides for python shared objects
%{?filter_provides_in: %filter_provides_in %{python3_sitearch}/.*\.so} %{?filter_provides_in: %filter_provides_in %{python3_sitearch}/.*\.so}
@ -70,5 +69,8 @@ find examples -type f -exec chmod 0644 \{\} \;
%{python3_sitearch}/*egg-info %{python3_sitearch}/*egg-info
%changelog %changelog
* Thu Mar 28 2024 mayunlong <mayunlong6@huawei.com> - 9.10.0-2
- Delete BuildRequires python3-libvirt to fix build failure.
* Thu Feb 29 2024 mayunlong <mayunlong6@huawei.com> - 9.10.0-1 * Thu Feb 29 2024 mayunlong <mayunlong6@huawei.com> - 9.10.0-1
- Update to 9.10.0 release, Initial package for openEuler. - Update to 9.10.0 release, Initial package for openEuler.