requests-file: add 'python_targets_python3_7' support

This commit is contained in:
Yury Martynov 2019-07-21 17:56:31 +03:00
parent 9b5f95cfa1
commit a796ca9bfb
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E

View file

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