dev-python/djangocms-video: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 11:36:40 +0000 (13:36 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:01 +0000 (16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/djangocms-video/djangocms-video-2.0.2.ebuild

index 7fd40ffece84bc93c39a56f7166b106344f32433..684a277c492ab24b860a2391e7b015bac0fe2a8f 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1