Drop the python-nose dependency

This commit is contained in:
lyn1001 2022-01-05 17:51:15 +08:00
parent 58691c8e1b
commit f394394f87

View File

@ -1,13 +1,13 @@
Name: python-cycler
Version: 0.10.0
Release: 3
Release: 4
Summary: Composable cycles
License: BSD
URL: https://github.com/matplotlib/cycler.git
Source0: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
BuildArch: noarch
BuildRequires:python3-devel python3-nose python3-six
BuildRequires:python3-devel python3-six
%description
Composable cycles used by matplotlib.
@ -28,9 +28,6 @@ Composable cycles used by matplotlib.
%install
%py3_install
%check
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
%files -n python3-cycler
%license LICENSE
%doc README.rst
@ -39,6 +36,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py
%{python3_sitelib}/cycler-*.egg-info/
%changelog
* Wed Jan 5 2022 liyanan <liyanan32@huawei.com> - 0.10.0-4
- Drop the python-nose dependency
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 0.10.0-3
- remove python2
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-2