From f394394f87b96d1c9cf5be005c084776346e8d43 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 5 Jan 2022 17:51:15 +0800 Subject: [PATCH] Drop the python-nose dependency --- python-cycler.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-cycler.spec b/python-cycler.spec index c2aa8bb..60bfd47 100644 --- a/python-cycler.spec +++ b/python-cycler.spec @@ -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 - 0.10.0-4 +- Drop the python-nose dependency + * Thu Oct 22 2020 zhangtao - 0.10.0-3 - remove python2 * Tue Nov 5 2019 openEuler Buildteam - 0.10.0-2