diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-06-14 13:40:46 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-06-14 13:42:56 +0200 |
commit | 6dd51adf44d9922c3e8f56a75564f3ccec1dfcdb (patch) | |
tree | cc32f9b23d60d4111c69eca4c48d4a0122537d06 /dev-python/django-tastypie | |
parent | dev-python/django-tinymce: Support newer python (diff) | |
download | gentoo-6dd51adf44d9922c3e8f56a75564f3ccec1dfcdb.tar.gz gentoo-6dd51adf44d9922c3e8f56a75564f3ccec1dfcdb.tar.bz2 gentoo-6dd51adf44d9922c3e8f56a75564f3ccec1dfcdb.zip |
dev-python/django-tastypie: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-tastypie')
-rw-r--r-- | dev-python/django-tastypie/django-tastypie-0.13.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild index ad1a9f29fa60..5cdbffff0d5c 100644 --- a/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild +++ b/dev-python/django-tastypie/django-tastypie-0.13.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 |