Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-28 16:40:13 +08:00
parent 664690241b
commit 50fa8a0e33

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-wsme
Version: 0.10.0
Release: 1
Release: 2
Summary: Simplify the writing of REST APIs, and extend them with additional protocols.
License: MIT
URL: http://git.openstack.org/cgit/openstack/wsme
@ -22,6 +22,8 @@ Summary: Simplify the writing of REST APIs, and extend them with additional prot
Provides: python-wsme
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-wsme
Web Services Made Easy (WSME) simplify the writing of REST APIs, and extend them with additional protocols.
@ -72,5 +74,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated