Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-28 16:37:55 +08:00
parent 4c5317dfef
commit f9328d4480

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-wsgi-intercept
Version: 1.9.2
Release: 1
Release: 2
Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing.
License: MIT License
URL: https://github.com/cdent/wsgi-intercept
@ -28,6 +28,8 @@ Summary: wsgi_intercept installs a WSGI application in place of a real URI for t
Provides: python-wsgi-intercept
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-wsgi-intercept
Testing a WSGI application sometimes involves starting a server at a
local host and port, then pointing your test code to that address.
@ -88,5 +90,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