dev-python/django-celery: drop py36
authorVirgil Dupras <vdupras@gentoo.org>
Sat, 21 Jul 2018 11:14:52 +0000 (07:14 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Sat, 21 Jul 2018 11:14:52 +0000 (07:14 -0400)
This ebuild depends on django 1.8 which doesn't support py36.

Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-python/django-celery/django-celery-3.1.17.ebuild

index 3092cb13fc8493d4f83a24683db157b5eadbfd5a..5ac1b237e1840281db08f5d686598fe3e4104e86 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 PYTHON_REQ_USE="sqlite(+)"
 
 inherit distutils-r1 eutils