Require python3-pytest

Resolves: rhbz#2166804
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
This commit is contained in:
Michal Schmidt 2023-02-03 19:36:23 +01:00
parent b1ac4030c6
commit 62f4cd017b

View File

@ -1,6 +1,6 @@
Name: fabtests
Version: 1.17.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Test suite for libfabric API
# include/jsmn.h and common/jsmn.c are licensed under MIT.
# All other source files permit distribution under BSD. Some of them
@ -14,6 +14,7 @@ BuildRequires: libfabric-devel >= %{version}
BuildRequires: valgrind-devel
BuildRequires: gcc
BuildRequires: make
Requires: python3-pytest
%description
Fabtests provides a set of examples that uses libfabric - a high-performance
@ -41,6 +42,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%license COPYING
%changelog
* Fri Feb 03 2023 Michal Schmidt <mschmidt@redhat.com> - 1.17.0-2
- Require python3-pytest
- Resolves: rhbz#2166804
* Fri Feb 03 2023 Kamal Heib <kheib@redhat.com> - 1.17.0-1
- Update to upstream release 1.17.0
- Resolves: rhbz#2166804