Python 3.7 compat aiohttp & aioftp

This commit is contained in:
2019-01-06 20:05:06 +01:00
parent 73f0da8dd2
commit 236c75b4b0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit distutils-r1
+1 -1
View File
@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python3_{5,6} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
inherit distutils-r1