Require python3-pytest
Resolves: rhbz#2166804 Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
This commit is contained in:
parent
b1ac4030c6
commit
62f4cd017b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user