commit: 7eb4744d063b2e3fe89ca22fefbe5b6f370fb4fd
Author: William Hubbs <william.hubbs <AT> sony <DOT> com>
AuthorDate: Wed Mar 27 20:32:33 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 21:06:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb4744d
dev-python/django-cors-headers: remove python2_7
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
b/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
index 0d7334af7fa..11942054873 100644
--- a/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
+++ b/dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers
to responses"