[Python-modules-team] Bug#867399: python3-django-cors-headers:	missing python3 dependency
    Adrian Bunk 
    bunk at debian.org
       
    Thu Jul  6 12:53:05 UTC 2017
    
    
  
Package: python3-django-cors-headers
Version: 2.1.0+github-1
Severity: serious
Tags: patch
Due to a cut'n'paste error the python3 dependency was missing:
--- debian/control.old	2017-07-06 12:49:06.000000000 +0000
+++ debian/control	2017-07-06 12:49:24.000000000 +0000
@@ -24,7 +24,7 @@
 
 Package: python3-django-cors-headers
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Django application for handling CORS.
  A Django application for handling the server headers required for Cross-Origin
  Resource Sharing (CORS).
    
    
More information about the Python-modules-team
mailing list