dev-python/nautilus-python: Remove python2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-09-20 10:10:37 +02:00
parent 2ea6877029
commit 18f79d2f10

View File

@@ -4,7 +4,7 @@
EAPI=6
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} )
PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit gnome2 python-single-r1