Python 3.7 compat adb-homeassistant-1.3.1

This commit is contained in:
2019-01-06 20:03:49 +01:00
parent 06b40597f9
commit 0e986012ca

View File

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