From 90b23a3fa28bcf8f0768d1ea1a79be4307ecaefd Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Fri, 4 Mar 2022 03:13:31 +0000 Subject: [PATCH] Remove python3-nose requires --- python-doc8.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-doc8.spec b/python-doc8.spec index 0695671..4fa7062 100644 --- a/python-doc8.spec +++ b/python-doc8.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-doc8 Version: 0.8.1 -Release: 1 +Release: 2 Summary: Style checker for Sphinx (or other) RST documentation License: Apache-2.0 URL: https://github.com/pycqa/doc8 @@ -29,12 +29,10 @@ BuildRequires: python3-stevedore BuildRequires: python3-pygments # Test requires BuildRequires: python3-testtools -BuildRequires: python3-nose BuildRequires: python3-mock BuildRequires: python3-pytest BuildRequires: python3-restructuredtext-lint # General requires -Requires: python3-nose Requires: python3-testtools Requires: python3-chardet Requires: python3-docutils @@ -99,5 +97,8 @@ pytest %{_docdir}/* %changelog +* Fri Mar 04 2022 huangtianhua - 0.8.1-2 +- Remove python3-nose requires + * Mon Jul 26 2021 OpenStack_SIG - 0.8.1-1 - Package Spec generate -- Gitee