remove unnecessary buildrequires
This commit is contained in:
parent
5edf080c34
commit
746795297d
@ -4,7 +4,7 @@
|
|||||||
compliance with Python PEP 257
|
compliance with Python PEP 257
|
||||||
Name: python-pep257
|
Name: python-pep257
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python docstring style checker
|
Summary: Python docstring style checker
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/GreenSteam/pep257/
|
URL: https://github.com/GreenSteam/pep257/
|
||||||
@ -19,9 +19,6 @@ Provides: python-pep257
|
|||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pbr
|
|
||||||
BuildRequires: python3-pip
|
|
||||||
BuildRequires: python3-wheel
|
|
||||||
%description -n python3-pep257
|
%description -n python3-pep257
|
||||||
%{common_desc}
|
%{common_desc}
|
||||||
|
|
||||||
@ -77,5 +74,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 04 2022 zhaoshuang <zhaoshuang@uniontech.com> - 0.7.0-2
|
||||||
|
- remove unnecessary buildrequires
|
||||||
|
|
||||||
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
|
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 0.7.0-1
|
||||||
- Package Spec generate
|
- Package Spec generate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user