dev-python/fake-useragent: add py3_7

not all deps have py3_8 yet so cant add that :(
(Looking at you ipython)

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-06-09 14:50:41 +02:00
parent 5300928858
commit 0d30b2315f

View File

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