Adds pbr/pip as buildrequires
This commit is contained in:
parent
9231871778
commit
ef0d00ca33
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-bandit
|
||||
Version: 1.7.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Security oriented static analyser for python code.
|
||||
License: Apache-2.0
|
||||
URL: https://bandit.readthedocs.io/en/latest/
|
||||
@ -21,6 +21,8 @@ A security linter from PyCQA
|
||||
Summary: Security oriented static analyser for python code.
|
||||
Provides: python-bandit
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-bandit
|
||||
A security linter from PyCQA
|
||||
@ -42,7 +44,7 @@ A security linter from PyCQA
|
||||
* Contributing: https://github.com/PyCQA/bandit/blob/master/CONTRIBUTING.md
|
||||
|
||||
%prep
|
||||
%autosetup -n bandit-1.7.0
|
||||
%autosetup -n bandit-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -82,5 +84,7 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Sat Jul 31 2021 huangtianhua <huangtianhua@huawei.com> - 1.7.0-2
|
||||
- Adds pbr/pip as buildrequires
|
||||
* Wed Feb 03 2021 liusheng <liusheng2048@gmail.com>
|
||||
- Initial package
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user