From 07efe576678a79bf7d3059b85adf0df7e8c19f8c41458014b6bfe7a62c30de15 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 11 Feb 2022 13:09:05 +0000 Subject: [PATCH] Accepting request 953703 from home:pgajdos:python - require python3-tools instead of python3-2to3 for build OBS-URL: https://build.opensuse.org/request/show/953703 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=29 --- python-MiniMock.changes | 5 +++++ python-MiniMock.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-MiniMock.changes b/python-MiniMock.changes index c564556..37baae0 100644 --- a/python-MiniMock.changes +++ b/python-MiniMock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 11 10:30:15 UTC 2022 - pgajdos@suse.com + +- require python3-tools instead of python3-2to3 for build + ------------------------------------------------------------------- Thu Nov 7 15:00:03 UTC 2019 - Matej Cepl diff --git a/python-MiniMock.spec b/python-MiniMock.spec index acc6d87..66c38ac 100644 --- a/python-MiniMock.spec +++ b/python-MiniMock.spec @@ -1,7 +1,7 @@ # # spec file for package python-MiniMock # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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,7 +27,7 @@ URL: https://pypi.python.org/pypi/MiniMock Source: https://files.pythonhosted.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRequires: python3-2to3 +BuildRequires: python3-tools BuildArch: noarch %ifpython2 Provides: %{oldpython}-minimock = %{version}