From 67eeb13a649ec188dc602e6a3e5eff914fc5f2f37e5dc5e22db1df5340ff01a4 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 29 Jul 2015 12:57:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=35 --- python-six.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/python-six.spec b/python-six.spec index cbe59d1..cf687b1 100644 --- a/python-six.spec +++ b/python-six.spec @@ -15,9 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# NOTE(saschpe): git invocation and pythonpath issues with testrepository -# enable testing with a build conditional (off by default): -%bcond_with test Name: python-six Version: 1.9.0 @@ -29,11 +26,9 @@ Group: Development/Libraries/Python Source: http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -%if %{with test} # Test requirements: BuildRequires: python-py BuildRequires: python-pytest -%endif %if 0%{?suse_version} <= 1110 BuildRequires: python-argparse Requires: python-argparse @@ -61,10 +56,8 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%if %{with test} %check python test_six.py -%endif %files %defattr(-,root,root)