more test dependency tweaks

This commit is contained in:
Gerd Hoffmann 2022-10-05 10:53:36 +02:00
parent a646ab0263
commit bc0a7a57df

View File

@ -2,7 +2,7 @@
Name: python-virt-firmware
Version: %{pypi_version}
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Tools for virtual machine firmware volumes
License: GPLv2
@ -36,6 +36,7 @@ to enroll secure boot certificates.
Summary: %{summary} - test cases
Requires: python3-virt-firmware
Requires: python3dist(pytest)
Requires: edk2-ovmf
%description -n python3-virt-firmware-tests
test cases
@ -73,6 +74,9 @@ cp -ar tests %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}/tests
%changelog
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-4
- more test dependency tweaks
* Wed Oct 05 2022 Gerd Hoffmann <kraxel@redhat.com> - 1.4-3
- tweak test dependencies