Source: wsgicors
Section: python
Priority: optional
Maintainer: David Douard <david.douard@logilab.fr>
Homepage: https://github.com/may-day/wsgicors
Build-Depends:
  debhelper (>= 9),
  dh-python,
  python3-all,
  python3-setuptools,
Standards-Version: 3.9.5
X-Python-Version: >= 2.7

Package: python3-wsgicors
Architecture: all
Depends:
  ${python3:Depends},
  ${misc:Depends},
Description: WSGI middleware to handle CORS preflight requests for Python 3
 This is a WSGI middleware that answers CORS preflight
 requests and adds the needed header to the response. For CORS
 see: http://www.w3.org/TR/cors/.

