diff options
Diffstat (limited to 'dev-python/django-cors-headers')
-rw-r--r-- | dev-python/django-cors-headers/django-cors-headers-2.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 119420548730..c067302ff309 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 @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses" diff --git a/dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild b/dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild index 119420548730..c067302ff309 100644 --- a/dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild +++ b/dev-python/django-cors-headers/django-cors-headers-3.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Django App that adds CORS (Cross-Origin Resource Sharing) headers to responses" |