commit: 7d098187df6f3c8a7843a269f516a01577d77505
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 05:53:45 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 06:19:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d098187
dev-python/pyperclip: Remove python2 (no revdeps)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyperclip/pyperclip-1.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyperclip/pyperclip-1.7.0.ebuild
b/dev-python/pyperclip/pyperclip-1.7.0.ebuild
index 3fbc5b435e8..364a466c5ba 100644
--- a/dev-python/pyperclip/pyperclip-1.7.0.ebuild
+++ b/dev-python/pyperclip/pyperclip-1.7.0.ebuild
@@ -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."