14
0

Accepting request 813210 from home:pgajdos:python

- remove unittest2 runtime dependency

OBS-URL: https://build.opensuse.org/request/show/813210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=67
This commit is contained in:
Tomáš Chvátal
2020-06-10 11:52:46 +00:00
committed by Git OBS Bridge
parent 06e5fc1ea0
commit 638489843b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 9 09:31:13 UTC 2020 - pgajdos@suse.com
- remove unittest2 runtime dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 16 10:57:59 UTC 2020 - Dirk Mueller <dmueller@suse.com> Mon Mar 16 10:57:59 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@@ -35,7 +35,6 @@ Requires: python-pbr >= 0.11
Requires: python-python-mimeparse Requires: python-python-mimeparse
Requires: python-six >= 1.4.0 Requires: python-six >= 1.4.0
Requires: python-traceback2 Requires: python-traceback2
Requires: python-unittest2 >= 1.1.0
BuildArch: noarch BuildArch: noarch
%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24
Recommends: python-fixtures >= 1.3.0 Recommends: python-fixtures >= 1.3.0
@@ -50,6 +49,7 @@ also ports recent unittest changes all the way back to Python 2.4.
%prep %prep
%setup -q -n testtools-%{version} %setup -q -n testtools-%{version}
sed -i '/unittest2/d' requirements.txt setup.cfg
%build %build
%python_build %python_build