diff --git a/python-testtools.changes b/python-testtools.changes index 974089a..5b67652 100644 --- a/python-testtools.changes +++ b/python-testtools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 27 07:31:26 UTC 2017 - shshyukriev@suse.com + +- BuildRequires also using extras>=1.0.0 + ------------------------------------------------------------------- Thu Sep 1 12:43:29 UTC 2016 - tbechtold@suse.com diff --git a/python-testtools.spec b/python-testtools.spec index 77dedc2..fc142c0 100644 --- a/python-testtools.spec +++ b/python-testtools.spec @@ -1,7 +1,7 @@ # # spec file for package python-testtools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -29,7 +29,7 @@ Group: Development/Languages/Python Url: https://launchpad.net/testtools Source: https://pypi.io/packages/source/t/testtools/testtools-%{version}.tar.gz BuildRequires: python-devel -BuildRequires: python-extras +BuildRequires: python-extras >= 1.0.0 BuildRequires: python-python-mimeparse BuildRequires: python-unittest2 >= 0.8.0 # Documentation requirements: @@ -37,7 +37,6 @@ BuildRequires: python-Sphinx Requires: python-extras >= 1.0.0 Requires: python-fixtures >= 1.3.0 Requires: python-python-mimeparse -Requires: python-python-mimeparse Requires: python-six >= 1.4.0 Requires: python-unittest2 >= 1.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build