aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-09-26 11:25:00 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-09-26 11:25:00 +0200
commitfd881c149c02246e43f283eabc62d897501387ef (patch)
tree51fc7dd92e6488767b2f470050b6c6916e751062
parent*/*: drop py3_6 (diff)
downloadguru-fd881c149c02246e43f283eabc62d897501387ef.tar.gz
guru-fd881c149c02246e43f283eabc62d897501387ef.tar.bz2
guru-fd881c149c02246e43f283eabc62d897501387ef.zip
dev-python/i3ipc: drop py2_7
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r--dev-python/i3ipc/i3ipc-2.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/i3ipc/i3ipc-2.2.1.ebuild b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
index 8913f6608..68fd94178 100644
--- a/dev-python/i3ipc/i3ipc-2.2.1.ebuild
+++ b/dev-python/i3ipc/i3ipc-2.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="An improved Python library to control i3wm and sway."