forked from pool/python-mockito
		
	- Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=3
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							672b1b9f06
						
					
				
				
					commit
					110373c31a
				
			| @@ -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 | Thu Jul 18 16:48:26 UTC 2013 - berendt@b1-systems.de | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-mockito | # 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 | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # 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 | # case the license is the MIT License). An "Open Source License" is a | ||||||
| # license that conforms to the Open Source Definition (Version 1.9) | # license that conforms to the Open Source Definition (Version 1.9) | ||||||
| # published by the Open Source Initiative. | # published by the Open Source Initiative. | ||||||
| # |  | ||||||
| # Please submit bugfixes or comments via http://bugs.opensuse.org/ | # Please submit bugfixes or comments via http://bugs.opensuse.org/ | ||||||
| # | # | ||||||
|  |  | ||||||
| %define mod_name mockito |  | ||||||
|  |  | ||||||
|  | %define mod_name mockito | ||||||
|  |  | ||||||
| Name:           python-%{mod_name} | Name:           python-%{mod_name} | ||||||
| Version:        0.5.1 | Version:        0.5.1 | ||||||
| @@ -29,8 +29,8 @@ Source:         %{mod_name}-%{version}.tar.gz | |||||||
| Patch0:         setup.py.patch | Patch0:         setup.py.patch | ||||||
| BuildRoot:      %{_tmppath}/%{name}-%{version}-build | BuildRoot:      %{_tmppath}/%{name}-%{version}-build | ||||||
| BuildRequires:  python-devel | BuildRequires:  python-devel | ||||||
| BuildRequires:  python-distribute |  | ||||||
| BuildRequires:  python-nose | BuildRequires:  python-nose | ||||||
|  | BuildRequires:  python-setuptools | ||||||
| %if 0%{?suse_version} && 0%{?suse_version} <= 1110 | %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())")} | %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} | ||||||
| %else | %else | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user