From 6a8ab4bbfb668ec7276a884896fab28c4045d4e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 3 Feb 2020 21:44:16 +0100 Subject: [PATCH] dev-python/watchdog: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 0eda092020e3..7b2615c34eee 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 66298b176993..bf9ebf05fb64 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 -- 2.26.2