diff --git a/python-mockito.changes b/python-mockito.changes index c0825cd..1b70f36 100644 --- a/python-mockito.changes +++ b/python-mockito.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 24 11:08:52 UTC 2013 - speilicke@suse.com + +- Require python-setuptools instead of distribute (upstreams merged) + ------------------------------------------------------------------- Thu Jul 18 16:48:26 UTC 2013 - berendt@b1-systems.de diff --git a/python-mockito.spec b/python-mockito.spec index d06f97a..da90a2d 100644 --- a/python-mockito.spec +++ b/python-mockito.spec @@ -1,7 +1,7 @@ # # spec file for package python-mockito # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,12 +11,12 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define mod_name mockito +%define mod_name mockito Name: python-%{mod_name} Version: 0.5.1 @@ -29,8 +29,8 @@ Source: %{mod_name}-%{version}.tar.gz Patch0: setup.py.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute BuildRequires: python-nose +BuildRequires: python-setuptools %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %else