From 0ab3eb4876cee8b547091f2bc1f2fe9ca479422b7db2ccd265ff42f3b2c2df38 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 20 Feb 2023 10:19:25 +0000 Subject: [PATCH] Accepting request 1064444 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/1064444 OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=13 --- lalframe.changes | 6 ++++++ lalframe.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/lalframe.changes b/lalframe.changes index a3875a5..6720d3c 100644 --- a/lalframe.changes +++ b/lalframe.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 12 04:43:47 UTC 2023 - Atri Bhattacharya + +- Add python-py BuildRequires to fix tests that fail due to "No + module named 'py._path'" errors. + ------------------------------------------------------------------- Fri Aug 19 11:59:05 UTC 2022 - Atri Bhattacharya diff --git a/lalframe.spec b/lalframe.spec index 2f09e27..8f95667 100644 --- a/lalframe.spec +++ b/lalframe.spec @@ -1,7 +1,7 @@ # # spec file for package lalframe # -# 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 @@ -36,6 +36,8 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module lal >= 7.1.0} BuildRequires: %{python_module numpy >= 1.7} BuildRequires: %{python_module numpy-devel >= 1.7} +# python3-py - remove with next update -- https://git.ligo.org/lscsoft/lalsuite/-/merge_requests/2033 +BuildRequires: %{python_module py} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros