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