From 84edac4c1980dbe4a37d8007217bd28304631d22724c18e27643b6172d2987cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 10 Aug 2018 11:03:09 +0000 Subject: [PATCH] - Drop not needed unittest2 dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=38 --- python-WebTest.changes | 5 +++++ python-WebTest.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/python-WebTest.changes b/python-WebTest.changes index b964cfc..f2b6e95 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 10 11:02:46 UTC 2018 - tchvatal@suse.com + +- Drop not needed unittest2 dependency + ------------------------------------------------------------------- Tue Aug 15 16:23:29 UTC 2017 - toddrme2178@gmail.com diff --git a/python-WebTest.spec b/python-WebTest.spec index e8556c6..04b4588 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -1,7 +1,7 @@ # # spec file for package python-WebTest # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -28,22 +28,21 @@ License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/W/WebTest/WebTest-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module PasteDeploy} -BuildRequires: %{python_module WebOb >= 1.2} BuildRequires: %{python_module WSGIProxy2} +BuildRequires: %{python_module WebOb >= 1.2} BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module cssselect} +BuildRequires: %{python_module devel} BuildRequires: %{python_module pyquery} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module waitress >= 0.8.5} +BuildRequires: fdupes +BuildRequires: python-rpm-macros %if %{with tests} BuildRequires: %{python_module coverage} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} -BuildRequires: python-unittest2 %endif # Documentation build requirements: BuildRequires: python3-Sphinx