From 06ad438e8ea50820ed4f906c5932f8e4f04f463c576663221137ead5a1c08a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 Mar 2018 14:31:50 +0000 Subject: [PATCH] Accepting request 588631 from home:dimstar:Factory - BuildRequire python3-2to3: the spec calls 2to3. OBS-URL: https://build.opensuse.org/request/show/588631 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=22 --- python-MiniMock.changes | 5 +++++ python-MiniMock.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-MiniMock.changes b/python-MiniMock.changes index 9231b23..7169433 100644 --- a/python-MiniMock.changes +++ b/python-MiniMock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 19 14:26:44 UTC 2018 - dimstar@opensuse.org + +- BuildRequire python3-2to3: the spec calls 2to3. + ------------------------------------------------------------------- Sat Sep 2 09:48:35 UTC 2017 - jengelh@inai.de diff --git a/python-MiniMock.spec b/python-MiniMock.spec index b49830d..db16b7c 100644 --- a/python-MiniMock.spec +++ b/python-MiniMock.spec @@ -1,7 +1,7 @@ # # spec file for package python-MiniMock # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,12 @@ Release: 0 Summary: A mock library for Python License: MIT Group: Development/Languages/Python -Url: http://pypi.python.org/pypi/MiniMock +URL: http://pypi.python.org/pypi/MiniMock Source: https://files.pythonhosted.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python3-2to3 BuildArch: noarch %ifpython2 Provides: %{oldpython}-minimock = %{version}