dev-python/dulwich: Remove python2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-19 23:09:01 +02:00
parent 41a1b8a8e7
commit b9d1183ac8
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1