virtual/python-dnspython: Support python 3.5
authorPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 13:45:22 +0000 (15:45 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 8 Oct 2016 13:45:22 +0000 (15:45 +0200)
Package-Manager: portage-2.3.1

virtual/python-dnspython/python-dnspython-1.ebuild

index ba32937f46a48bf6ce2d10a582c0a1f5e02a0ca1..d48e2b503aad36b5bf887cc9ffafd1c8c592033e 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit python-r1