14
0

Accepting request 949353 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/949353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fixtures?expand=0&rev=21
This commit is contained in:
2022-02-03 22:16:05 +00:00
committed by Git OBS Bridge
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 26 18:55:28 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Add missing BuildRequire on python-setuptools
(this was implicitly pulled in only).
-------------------------------------------------------------------
Fri Mar 19 21:29:47 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fixtures
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,11 +27,14 @@ URL: https://github.com/testing-cabal
Source: https://files.pythonhosted.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fixtures-pr36-py39.patch -- gh#testing-cabal/fixtures#46
Patch0: fixtures-pr36-py39.patch
BuildRequires: %{python_module extras}
# explicitly wants to test the backport mock
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pbr >= 0.11}
BuildRequires: %{python_module setuptools}
# explicitly wants to test the backport mock
#TESTS
BuildRequires: %{python_module extras}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module testtools >= 0.9.22}
#/TESTS
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-extras