summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-02 10:29:06 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-02 10:36:43 +0200
commita8145449d9f21a4e555fa6ff1f97cd7167fe11af (patch)
tree5f9ae035496bfac524c5fa7df506db0c0810b6d0
parentdev-python/nose-show-skipped: Remove py2.7 (diff)
downloadgentoo-a8145449.tar.gz
gentoo-a8145449.tar.bz2
gentoo-a8145449.zip
dev-python/notify2: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/notify2/notify2-0.3.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild
index a6cead16420b..e7caf510a82a 100644
--- a/dev-python/notify2/notify2-0.3.1-r1.ebuild
+++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
inherit distutils-r1 virtualx