commit: 6a8ab4bbfb668ec7276a884896fab28c4045d4e7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 20:44:16 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 20:46:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8ab4bb
dev-python/watchdog: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/watchdog/watchdog-0.8.3-r2.ebuild | 2 +-
dev-python/watchdog/watchdog-0.9.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/watchdog/watchdog-0.8.3-r2.ebuild
b/dev-python/watchdog/watchdog-0.8.3-r2.ebuild
index 0eda092020e..7b2615c34ee 100644
--- a/dev-python/watchdog/watchdog-0.8.3-r2.ebuild
+++ b/dev-python/watchdog/watchdog-0.8.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
inherit distutils-r1 eutils
diff --git a/dev-python/watchdog/watchdog-0.9.0.ebuild
b/dev-python/watchdog/watchdog-0.9.0.ebuild
index 66298b17699..bf9ebf05fb6 100644
--- a/dev-python/watchdog/watchdog-0.9.0.ebuild
+++ b/dev-python/watchdog/watchdog-0.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7})
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1 eutils