diff --git a/python-wsgi-intercept.spec b/python-wsgi-intercept.spec index 6432223..fcce5b4 100644 --- a/python-wsgi-intercept.spec +++ b/python-wsgi-intercept.spec @@ -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 +- Add buildrequires * Thu Dec 31 2020 Python_Bot - Package Spec generated