remove requirements

This commit is contained in:
zhangy1317 2021-07-22 14:52:34 +08:00
parent 36e1ec39b1
commit fb7f55cd7d

View File

@ -1,7 +1,8 @@
%global _empty_manifest_terminate_build 0
%global __requires_exclude flake8
Name: python-hacking
Version: 4.0.0
Release: 2
Release: 3
Summary: OpenStack Hacking Guideline Enforcement
License: Apache-2.0
URL: https://docs.openstack.org/hacking/latest/
@ -54,6 +55,7 @@ introduce new rules, or make existing rules stricter.
%prep
%autosetup -n hacking-4.0.0
%build
%py3_build
@ -92,6 +94,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jul 22 2021 openstack-sig <openstack@openeuler.org>
- Remove requirements
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>