net-misc/fb-client: Add Python3.8 support to live ebuild

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2020-04-06 22:09:22 +02:00
parent 3699ae565b
commit 05d7a9c3aa
No known key found for this signature in database
GPG Key ID: BC5DC2998AAD2B21

View File

@ -3,8 +3,7 @@
EAPI="7"
# at least pycurl blocks py3.8 so far
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils python-r1