From: Gregory Bell <grb...@redhat.com>

redhat/spec: Fix selftests requirements

JIRA: https://issues.redhat.com/browse/RHEL-88228
Upstream Status: RHEL-only

Python3-docutils & python3-jsonschema are required by selftests but are
provided only with +tools and +ynl. Adding python3-docutils and
python3-jsonschema to selftests build requirements

Signed-off-by: Gregory Bell grb...@redhat.com

diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template
index blahblah..blahblah 100644
--- a/redhat/kernel.spec.template
+++ b/redhat/kernel.spec.template
@@ -756,7 +756,7 @@ BuildRequires: (python3-wheel if python3-setuptools < 70)
 BuildRequires: openssl-devel
 %endif
 %if %{with_selftests}
-BuildRequires: clang llvm-devel fuse-devel zlib-devel binutils-devel
+BuildRequires: clang llvm-devel fuse-devel zlib-devel binutils-devel 
python3-jsonschema python3-docutils
 %ifarch x86_64 riscv64
 BuildRequires: lld
 %endif

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3839

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to