dev-python/b2sdk: remove PYTHON_COMPAT=python3_6

Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
This commit is contained in:
Wolfgang E. Sanyer
2021-01-04 00:17:45 -05:00
parent 69809a5b56
commit f775e677f8

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6..8} )
PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1
DESCRIPTION="The client library for BackBlaze's B2 product"