14
0
forked from pool/python-pycurl
2018-12-19 13:18:52 +00:00
committed by Git OBS Bridge
parent d67200700b
commit 6bcbdd8e9f
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 19 14:18:26 CET 2018 - mcepl@suse.com
- Add missing setuptools BR
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 2 11:14:22 UTC 2018 - Vítězslav Čížek <vcizek@suse.com> Fri Nov 2 11:14:22 UTC 2018 - Vítězslav Čížek <vcizek@suse.com>

View File

@@ -116,7 +116,7 @@ if ! pkg-config --variable=supported_protocols libcurl|grep -qw SCP; then
test_flags="$test_flags,\!ssh" test_flags="$test_flags,\!ssh"
fi fi
%{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \ %{python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} \
nosetests-%$python_bin_suffix -v --with-flaky -a "$test_flags" nosetests-%{$python_bin_suffix} -v --with-flaky -a "$test_flags"
} }
rm -rf %{buildroot}%{_libexecdir}/debug %{buildroot}%{_libdir}/python* rm -rf %{buildroot}%{_libexecdir}/debug %{buildroot}%{_libdir}/python*
%endif # test %endif # test