From 7acf84c0ba405f2ed962e278435fd9294d231455f0e37f3cc0f2356c02168853 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 5 Feb 2019 18:16:45 +0000 Subject: [PATCH] Accepting request 671947 from home:jayvdb:coala - Remove unnecessary build dependencies OBS-URL: https://build.opensuse.org/request/show/671947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=8 --- python-testfixtures.changes | 5 +++++ python-testfixtures.spec | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/python-testfixtures.changes b/python-testfixtures.changes index 4152543..1826b06 100644 --- a/python-testfixtures.changes +++ b/python-testfixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 5 16:07:51 UTC 2019 - John Vandenberg + +- Remove unnecessary build dependencies + ------------------------------------------------------------------- Tue Dec 4 12:55:09 UTC 2018 - Matej Cepl diff --git a/python-testfixtures.spec b/python-testfixtures.spec index d2c8cdf..a354244 100644 --- a/python-testfixtures.spec +++ b/python-testfixtures.spec @@ -1,7 +1,7 @@ # # spec file for package python-testfixtures # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,11 +27,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/Simplistix/testfixtures Source: https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-%{version}.tar.gz -BuildRequires: %{python_module pkginfo} -BuildRequires: %{python_module setuptools-git} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module twine} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch