From a4b2f21576a4ca53e98493e864cff07654d74dd9 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 3 Nov 2025 15:25:37 -0500 Subject: [PATCH] Convert spec file to use pyproject.toml build system Add 8 patches from upstream (spelling fixes, typo corrections, cleanups) Modernize packaging with %pyproject_wheel and %pyproject_install macros Resolves: RHEL-114900 Signed-off-by: John Kacur --- rteval.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rteval.spec b/rteval.spec index bc34956..3b3ba8b 100644 --- a/rteval.spec +++ b/rteval.spec @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: python3-pip +BuildRequires: python3-setuptools Requires: python3-lxml Requires: python3-libxml2 Requires: realtime-tests