!2 Change spec: Add BuildRequires for python-wsgi-intercept
From: @zhangy1317 Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
8abd8ebb2f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user