!8 Delete BuildRequires python3-nose

Merge pull request !8 from 付安安/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2021-12-25 08:18:30 +00:00 committed by Gitee
commit 5d53bdd71f

View File

@ -2,7 +2,7 @@
Name: pykickstart
Version: 3.34
Release: 1
Release: 2
Summary: Python utilities for manipulating kickstart files.
License: GPLv2 and MIT
Url: http://fedoraproject.org/wiki/pykickstart
@ -11,7 +11,7 @@ Source1: https://github.com/pykickstart/pykickstart/releases/download/r3.34/%{
BuildArch: noarch
BuildRequires: gettext python3-coverage python3-devel python3-nose
BuildRequires: gettext python3-coverage python3-devel
BuildRequires: python3-requests python3-setuptools
BuildRequires: python3-six python3-sphinx git
@ -79,6 +79,9 @@ make PYTHON=%{__python3} test
%doc docs/kickstart-docs.txt
%changelog
* Sat Dec 25 2021 fuanan <fuanan3@huawei.com> - 3.34-2
- Delete BuildRequires python3-nose
* Sat Nov 27 2021 fuanan <fuanan3@huawei.com> - 3.34-1
- update version to 3.34