dev-python/gsd: Remove Python 2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-16 06:06:53 +01:00
parent df7c4f53b8
commit b3e9aa0c71

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="GSD - file format specification and a library to read and write it"