dev-python/idna-ssl: Add Python 3.4 support

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Thomas Deutschmann
2018-03-03 01:58:50 +01:00
parent 1e3aadf187
commit 92b3402b43

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1