summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 13:01:51 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:41:35 +0200
commitd17b61a19019826784d9e71ac44ef15d29f446f1 (patch)
tree8fbd27f491fed64c1790dca0e2f4d242b10c6c9f /dev-python/django-grappelli
parentdev-python/django-formtools: Support newer python (diff)
downloadgentoo-d17b61a19019826784d9e71ac44ef15d29f446f1.tar.gz
gentoo-d17b61a19019826784d9e71ac44ef15d29f446f1.tar.bz2
gentoo-d17b61a19019826784d9e71ac44ef15d29f446f1.zip
dev-python/django-grappelli: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/django-grappelli')
-rw-r--r--dev-python/django-grappelli/django-grappelli-2.7.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-grappelli/django-grappelli-2.7.3.ebuild b/dev-python/django-grappelli/django-grappelli-2.7.3.ebuild
index 50c074daae5f..9c4cfe84f26b 100644
--- a/dev-python/django-grappelli/django-grappelli-2.7.3.ebuild
+++ b/dev-python/django-grappelli/django-grappelli-2.7.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1