From af9b2bda90d92c6ead5b0cc4046712eaa8d30982c2c346b8fda5297abc9f0937 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 1 Mar 2017 11:07:55 +0000 Subject: [PATCH] Accepting request 460644 from home:SShyukriev:branches:devel:languages:python - BuildRequires also using extras>=1.0.0 OBS-URL: https://build.opensuse.org/request/show/460644 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=40 --- python-testtools.changes | 5 +++++ python-testtools.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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