14
0

Accepting request 451174 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/451174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=16
This commit is contained in:
2017-01-25 22:26:03 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 14 18:29:11 UTC 2017 - hpj@urpla.net
- fix dependencies: add python-extras
-------------------------------------------------------------------
Mon Jun 20 08:04:02 UTC 2016 - dmueller@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fixtures
#
# 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
@@ -24,12 +24,13 @@ License: Apache-2.0 or BSD-3-Clause
Group: Development/Languages/Python
Url: https://launchpad.net/python-fixtures
Source: https://pypi.io/packages/source/f/fixtures/fixtures-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-extras
BuildRequires: python-mock
BuildRequires: python-pbr >= 0.11
BuildRequires: python-six
BuildRequires: python-testtools >= 0.9.22
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: python-discover
BuildRequires: python-unittest2
@@ -37,6 +38,7 @@ BuildRequires: python-unittest2
%else
BuildArch: noarch
%endif
Requires: python-extras
Requires: python-six
Requires: python-testtools >= 0.9.22