From 853f4a2caa30bd8a3a2f52b4c550074fe6b39b4ac9d0651f6e5ccfb764faf0aa Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 20 Feb 2023 10:11:05 +0000 Subject: [PATCH] Accepting request 1064447 from home:badshah400:lal-python-py-fixes Add python-py BuildRequires to fix tests that fail due to "No module named \'py._path\'" errors. OBS-URL: https://build.opensuse.org/request/show/1064447 OBS-URL: https://build.opensuse.org/package/show/science/lalsimulation?expand=0&rev=20 --- lalsimulation.changes | 6 ++++++ lalsimulation.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lalsimulation.changes b/lalsimulation.changes index d944a22..f3b0f09 100644 --- a/lalsimulation.changes +++ b/lalsimulation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 12 05:53:50 UTC 2023 - Atri Bhattacharya + +- Add python-py BuildRequires to fix tests that fail due to "No + module named 'py._path'" errors. + ------------------------------------------------------------------- Mon Nov 28 05:49:17 UTC 2022 - Atri Bhattacharya diff --git a/lalsimulation.spec b/lalsimulation.spec index b49d7ae..ba62206 100644 --- a/lalsimulation.spec +++ b/lalsimulation.spec @@ -1,7 +1,7 @@ # # spec file for package lalsimulation # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,8 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module lal >= 7.2.0} BuildRequires: %{python_module numpy >= 1.7} BuildRequires: %{python_module numpy-devel >= 1.7} +# python-py - remove with next update -- https://git.ligo.org/lscsoft/lalsuite/-/merge_requests/2033 +BuildRequires: %{python_module py} BuildRequires: fdupes BuildRequires: help2man BuildRequires: pkgconfig