add BuildRequires python3-libvirt to fix build failure
This commit is contained in:
parent
f45420dd88
commit
95c85ee396
@ -3,7 +3,7 @@
|
||||
Summary: The libvirt virtualization API python3 binding
|
||||
Name: libvirt-python
|
||||
Version: 6.2.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||
Patch0000: setup-use-pytest-instead-of-nose-to-run-the-test-sui.patch
|
||||
Patch0001: spec-use-pytest-instead-of-nose.patch
|
||||
@ -22,6 +22,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: gcc
|
||||
BuildRequires: python3-libvirt
|
||||
|
||||
# Don't want provides for python shared objects
|
||||
%{?filter_provides_in: %filter_provides_in %{python3_sitearch}/.*\.so}
|
||||
@ -79,6 +80,9 @@ find examples -type f -exec chmod 0644 \{\} \;
|
||||
%{python3_sitearch}/*egg-info
|
||||
|
||||
%changelog
|
||||
* Thu May 11 2023 ChenYanpan <chenyanpan@xfusion.com> - 6.2.0-7
|
||||
- add BuildRequires python3-libvirt to fix build failure
|
||||
|
||||
* Fri Apr 14 2023 Qi Hao <qihao_yewu@cmss.chinamobile.com> - 6.2.0-6
|
||||
- libvirt-override.c: Fix BlockThreshold Callback argument conversion
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user