dev-python/itsdangerous: re-add Python 3.4

I shouldn't have removed it.

Package-Manager: Portage-2.3.48, Repoman-2.3.10
This commit is contained in:
Virgil Dupras
2018-08-30 11:37:26 -04:00
parent c6a1a4ea93
commit 789701d2bc

View File

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