From aed305a564d34862c1d79675e29af7db286daf86 Mon Sep 17 00:00:00 2001 From: John Kacur Date: Mon, 3 Nov 2025 16:55:33 -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 3b3ba8b..d383e29 100644 --- a/rteval.spec +++ b/rteval.spec @@ -13,6 +13,7 @@ BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: python3-pip BuildRequires: python3-setuptools +BuildRequires: python3-wheel Requires: python3-lxml Requires: python3-libxml2 Requires: realtime-tests