Accepting request 761182 from home:TheBlackCat:branches:devel:languages:python
- Remove unneeded python2 ipython-related testing dependencies. These packages are no longer available for python2 and the test suite will automatically skip them if they aren't available. OBS-URL: https://build.opensuse.org/request/show/761182 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=66
This commit is contained in:
parent
9fd563e5d6
commit
53bc317e48
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 14:46:46 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Remove unneeded python2 ipython-related testing dependencies.
|
||||||
|
These packages are no longer available for python2 and the test
|
||||||
|
suite will automatically skip them if they aren't available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 5 02:47:11 UTC 2020 - Arun Persaud <arun@gmx.de>
|
Sun Jan 5 02:47:11 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -42,12 +42,12 @@ Requires(postun): update-alternatives
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module ipython}
|
|
||||||
BuildRequires: %{python_module ipywidgets}
|
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pandas}
|
BuildRequires: %{python_module pandas}
|
||||||
BuildRequires: %{python_module tqdm}
|
BuildRequires: %{python_module tqdm}
|
||||||
|
BuildRequires: python3-ipython
|
||||||
|
BuildRequires: python3-ipywidgets
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@ -91,10 +91,8 @@ nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" --ignore-files=
|
|||||||
%doc README.rst logo.png
|
%doc README.rst logo.png
|
||||||
%doc examples/
|
%doc examples/
|
||||||
%license LICENCE
|
%license LICENCE
|
||||||
%dir %{python_sitelib}/tqdm
|
%{python_sitelib}/tqdm/
|
||||||
%dir %{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info
|
%{python_sitelib}/tqdm-%{version}-py*.egg-info
|
||||||
%{python_sitelib}/tqdm/*
|
|
||||||
%{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info/*
|
|
||||||
%python_alternative %{_bindir}/tqdm
|
%python_alternative %{_bindir}/tqdm
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user