summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-10 06:53:45 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-10 07:19:00 +0100
commit7d098187df6f3c8a7843a269f516a01577d77505 (patch)
tree6cb940831cd905ae7c4b2798397a1399dcc72778 /dev-python/pyperclip
parentdev-python/cmd2: Enable python3.8 (diff)
downloadgentoo-7d098187df6f3c8a7843a269f516a01577d77505.tar.gz
gentoo-7d098187df6f3c8a7843a269f516a01577d77505.tar.bz2
gentoo-7d098187df6f3c8a7843a269f516a01577d77505.zip
dev-python/pyperclip: Remove python2 (no revdeps)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyperclip')
-rw-r--r--dev-python/pyperclip/pyperclip-1.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyperclip/pyperclip-1.7.0.ebuild b/dev-python/pyperclip/pyperclip-1.7.0.ebuild
index 3fbc5b435e88..364a466c5ba7 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."