From 72b3deb34c5ddf3ae6edd4d070acd73c56e6b15e Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Sat, 30 Jan 2021 15:21:26 +0800 Subject: [PATCH] Add BuildRequires --- python-hacking.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-hacking.spec b/python-hacking.spec index 96868c8..13a4c16 100644 --- a/python-hacking.spec +++ b/python-hacking.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-hacking Version: 4.0.0 -Release: 1 +Release: 2 Summary: OpenStack Hacking Guideline Enforcement -License: Apache Software License +License: Apache-2.0 URL: https://docs.openstack.org/hacking/latest/ Source0: https://files.pythonhosted.org/packages/cd/6a/c4885e716d6a9f2263be3c541937d0a8a1bcc6e19cb3e35af8b960f70380/hacking-4.0.0.tar.gz BuildArch: noarch @@ -32,6 +32,8 @@ Summary: OpenStack Hacking Guideline Enforcement Provides: python-hacking BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-hacking hacking is a set of flake8 plugins that test and enforce the `OpenStack StyleGuide `_ @@ -90,5 +92,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jan 30 2021 zhangy +- Add buildrequires * Fri Nov 20 2020 Python_Bot - Package Spec generated