]> git.pld-linux.org Git - packages/python-mock.git/commitdiff
cleanup BR auto/th/python-mock-1.0.1-4
authorElan Ruusamäe <glen@delfi.ee>
Mon, 1 Jun 2015 18:07:17 +0000 (21:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 1 Jun 2015 18:07:17 +0000 (21:07 +0300)
python-mock.spec

index 16f8fe45437cbdc02e39b6748d7a02633a097ddc..c42d7f6c2e6c7089f08c94ee7293fa78556b05b3 100644 (file)
@@ -15,16 +15,16 @@ Group:              Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/m/mock/%{module}-%{version}.tar.gz
 # Source0-md5: c3971991738caa55ec7c356bbc154ee2
 URL:           http://python-mock.sourceforge.net/
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.228
 %if %{with python2}
-BuildRequires: python-devel >= 2.4
-BuildRequires: python-distribute
+BuildRequires: python-modules
+BuildRequires: python-setuptools
 %endif
 %if %{with python3}
-BuildRequires: python3-devel
-BuildRequires: python3-distribute
+BuildRequires: python3-modules
+BuildRequires: python3-setuptools
 %endif
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.228
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.105568 seconds and 4 git commands to generate.