remove buildrequires python3-nose
This commit is contained in:
parent
cccf8cfe57
commit
eea6e8edbf
@ -1,12 +1,12 @@
|
||||
Name: python-sure
|
||||
Version: 1.4.11
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: Utility belt for automated testing in Python
|
||||
License: GPLv3+
|
||||
URL: https://github.com/gabrielfalcao/sure
|
||||
Source0: https://files.pythonhosted.org/packages/source/s/sure/sure-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel python3-mock python3-nose python3-setuptools python3-six
|
||||
BuildRequires: python3-devel python3-mock python3-setuptools python3-six
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -32,14 +32,14 @@ rm -rf sure.egg-info
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%{__python3} -m nose --verbosity 2
|
||||
|
||||
%files -n python3-sure
|
||||
%doc COPYING
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 05 2022 Chen Chen <chen_aka_jan@163.com> - 1.4.11-7
|
||||
- remove buildrequires python3-nose
|
||||
|
||||
* Wed Aug 05 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 1.4.11-6
|
||||
- Remove python2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user