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}