From 4744272b0156c215865c8e353ca7a94061dd7008c7ee99be933d04bbf0119bc3 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 22 May 2017 08:08:57 +0000 Subject: [PATCH] - Revert "Require python-unittest2 only for python2". We have now a python3-unittest2 package which should be used. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=47 --- python-testtools.changes | 6 ++++++ python-testtools.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-testtools.changes b/python-testtools.changes index 84cc13a..6e810c4 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 22 08:08:02 UTC 2017 - tbechtold@suse.com + +- Revert "Require python-unittest2 only for python2". We have now + a python3-unittest2 package which should be used. + ------------------------------------------------------------------- Mon May 22 06:27:28 UTC 2017 - tbechtold@suse.com diff --git a/python-testtools.spec b/python-testtools.spec index b9dbc1c..c807af9 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -36,9 +36,7 @@ Requires: python-pbr >= 0.11 Requires: python-python-mimeparse Requires: python-six >= 1.4.0 Requires: python-traceback2 -%ifpython2 Requires: python-unittest2 >= 1.0.0 -%endif Recommends: python-fixtures >= 1.3.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch