From ab8463834bf8b50f9eb532d9b89a149f37e1d6ff Mon Sep 17 00:00:00 2001 From: sergesanspaille Date: Fri, 21 Oct 2022 08:08:45 +0200 Subject: [PATCH] Add python3-psutil recommends to avoid runtime warning --- python-lit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-lit.spec b/python-lit.spec index 11258ee..e1f2851 100644 --- a/python-lit.spec +++ b/python-lit.spec @@ -6,7 +6,7 @@ Name: python-lit Version: %{lit_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 2%{?dist} BuildArch: noarch License: NCSA @@ -28,6 +28,7 @@ lit is a tool used by the LLVM project for executing its test suites. Summary: LLVM lit test runner for Python 3 Requires: python3-setuptools +Recommends: python3-psutil %description -n python3-lit lit is a tool used by the LLVM project for executing its test suites. @@ -56,6 +57,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/lit/*.p %{_bindir}/lit %changelog +* Fri Oct 21 2022 Serge Guelton - 15.0.0-2 +- Add python3-psutil recommends to avoid runtime warning + * Tue Sep 06 2022 Nikita Popov - 15.0.0-1 - Update to lit 15.0.0