dev-python/idna-ssl: Add Python 3.4 support
authorThomas Deutschmann <whissi@gentoo.org>
Sat, 3 Mar 2018 00:58:50 +0000 (01:58 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Sat, 3 Mar 2018 02:07:04 +0000 (03:07 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-python/idna-ssl/idna-ssl-1.0.0.ebuild

index d58e5b28fbc83d68c962e347ae90f9d3d3e57a84..916824a4f0f7f73f63805101c38beb3667b3b477 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1