diff --git a/python-mockito.changes b/python-mockito.changes index f6c5b8a..1381a45 100644 --- a/python-mockito.changes +++ b/python-mockito.changes @@ -22,6 +22,7 @@ Mon Dec 11 19:47:18 UTC 2017 - sebix+novell.com@sebix.at - Breaking change: Throw early when calling not expected methods in strict mode. * changes in version 0.5.3: - Remove hard coded distribute setup files. +- Remove no longer needed patch python-mockito-0.5.2-setup.py.patch ------------------------------------------------------------------- Sun Dec 8 16:15:34 UTC 2013 - p.drouand@gmail.com diff --git a/python-mockito.spec b/python-mockito.spec index 36edd6b..5e8746f 100644 --- a/python-mockito.spec +++ b/python-mockito.spec @@ -29,17 +29,15 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch %ifpython2 Requires: python2-funcsigs %endif -BuildArch: noarch - %python_subpackages %description Mockito is a spying framework originally based on the Java library with the same name. - %prep %setup -q -n mockito-%{version}