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