From b288546e2b62bdd0a5a8b6eb93c585680d718be0090390ceaf420abb1c38d873 Mon Sep 17 00:00:00 2001 From: andy great Date: Fri, 20 Aug 2021 21:18:14 +0000 Subject: [PATCH] Accepting request 913005 from home:StevenK:branches:science - Remove unneeded BuildRequires on python-devel. OBS-URL: https://build.opensuse.org/request/show/913005 OBS-URL: https://build.opensuse.org/package/show/science/molequeue?expand=0&rev=5 --- molequeue.changes | 5 +++++ molequeue.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/molequeue.changes b/molequeue.changes index a8b0dca..f9f9328 100644 --- a/molequeue.changes +++ b/molequeue.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 19 06:20:26 UTC 2021 - Steve Kowalik + +- Remove unneeded BuildRequires on python-devel. + ------------------------------------------------------------------- Sat May 2 12:06:15 UTC 2020 - Martin Pluskal diff --git a/molequeue.spec b/molequeue.spec index 8d2950a..8ace66f 100644 --- a/molequeue.spec +++ b/molequeue.spec @@ -1,7 +1,7 @@ # # spec file for package molequeue # -# 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 @@ -28,7 +28,6 @@ BuildRequires: desktop-file-utils BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: python-devel BuildRequires: python3-devel BuildRequires: zeromq-devel BuildRequires: pkgconfig(Qt5Core)