From 033a8f0770eb79c640ba0852f1d717e662700ec8e3bae93431588670e635cd93 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 22 Mar 2024 10:53:53 +0000 Subject: [PATCH] Accepting request 1160621 from home:favogt:branches:openSUSE:Factory:Staging:M - BuildRequire pkgconfig(libsystemd) instead of full systemd OBS-URL: https://build.opensuse.org/request/show/1160621 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=171 --- python-psutil.changes | 5 +++++ python-psutil.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-psutil.changes b/python-psutil.changes index fa2a2b3..4a13e11 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 22 10:40:19 UTC 2024 - Fabian Vogt + +- BuildRequire pkgconfig(libsystemd) instead of full systemd + ------------------------------------------------------------------- Wed Dec 27 13:53:57 UTC 2023 - Dirk Müller diff --git a/python-psutil.spec b/python-psutil.spec index f53dc4b..5d9ee1f 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,7 +1,7 @@ # # spec file for package python-psutil # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,8 +43,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: procps -BuildRequires: systemd -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) %if %{with test} %if 0%{?suse_version} > 1500 BuildRequires: /usr/bin/who