From 4846b67efb53dc4bc81bec86e45d8e90788db30da5052cf12e93dec75fa7fe92 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 29 Jun 2021 07:50:05 +0000 Subject: [PATCH] - Remove unneeded BuildRequires on python-devel OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flickrapi?expand=0&rev=15 --- python-flickrapi.changes | 5 +++++ python-flickrapi.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-flickrapi.changes b/python-flickrapi.changes index 640cd23..728fe1b 100644 --- a/python-flickrapi.changes +++ b/python-flickrapi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 29 07:48:52 UTC 2021 - Steve Kowalik + +- Remove unneeded BuildRequires on python-devel + ------------------------------------------------------------------- Thu Dec 6 13:28:39 UTC 2018 - Tomáš Chvátal diff --git a/python-flickrapi.spec b/python-flickrapi.spec index 32ac81f..0e5ed1b 100644 --- a/python-flickrapi.spec +++ b/python-flickrapi.spec @@ -1,7 +1,7 @@ # # spec file for package python-flickrapi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -31,7 +31,6 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes -BuildRequires: python-devel BuildRequires: python-rpm-macros Requires: python-requests >= 2.4.3 Requires: python-requests-oauthlib >= 0.4.2