dev-python/pyperclip: Remove python2 (no revdeps)

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-10 06:53:45 +01:00
parent a4e20b9894
commit 7d098187df

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1 virtualx
DESCRIPTION="A cross-platform clipboard module for Python."