forked from pool/python-WebTest
- Drop not needed unittest2 dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=38
This commit is contained in:
committed by
Git OBS Bridge
parent
0905c243b4
commit
84edac4c19
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user