From b34d9285e7869db915fb18890c807b47654007c0cdf522fcd72c72bc94cb35af Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 18 Jan 2021 14:23:03 +0000 Subject: [PATCH] Accepting request 864090 from home:badshah400:branches:science Drop lscsoft-glue BuildRequires: no longer required and prevents circular dependency with lscsoft-glue which indeed needs lal for its tests. OBS-URL: https://build.opensuse.org/request/show/864090 OBS-URL: https://build.opensuse.org/package/show/science/lal?expand=0&rev=11 --- lal.changes | 7 +++++++ lal.spec | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lal.changes b/lal.changes index 35176c9..52be34d 100644 --- a/lal.changes +++ b/lal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 18 13:49:55 UTC 2021 - Atri Bhattacharya + +- Drop lscsoft-glue BuildRequires: no longer required and prevents + circular dependency with lscsoft-glue which indeed needs lal for + its tests. + ------------------------------------------------------------------- Mon Dec 21 22:11:03 UTC 2020 - Atri Bhattacharya diff --git a/lal.spec b/lal.spec index 2597558..f367c12 100644 --- a/lal.spec +++ b/lal.spec @@ -1,7 +1,7 @@ # # spec file for package lal # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,6 @@ Group: Productivity/Scientific/Physics URL: https://wiki.ligo.org/Computing/LALSuite Source: http://software.ligo.org/lscsoft/source/lalsuite/lal-%{version}.tar.xz BuildRequires: %{python_module devel} -BuildRequires: %{python_module lscsoft-glue} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module numpy} BuildRequires: %{python_module six}