diff --git a/python3-MiniMock.changes b/python3-MiniMock.changes index dc2e32e..6470c36 100644 --- a/python3-MiniMock.changes +++ b/python3-MiniMock.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 6 09:28:27 UTC 2012 - toddrme2178@gmail.com + +- Restore BuildRequires: python3 This package depends on hash + algorithms that are only available if python3 is installed, + python3-devel will not pull them in. Building will fail if + BuildRequires: python3 is removed. + ------------------------------------------------------------------- Sun May 27 07:58:37 UTC 2012 - highwaystar.ru@gmail.com diff --git a/python3-MiniMock.spec b/python3-MiniMock.spec index bf5e750..8452f4e 100644 --- a/python3-MiniMock.spec +++ b/python3-MiniMock.spec @@ -26,6 +26,7 @@ License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-2to3 BuildRequires: python3-distribute