From 99f08a70e64a28790ee34df7dd2e4df545ce6651 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 6 Feb 2020 06:42:08 +0100 Subject: [PATCH] dev-python/rq: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rq/rq-0.13.0.ebuild | 2 +- dev-python/rq/rq-1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rq/rq-0.13.0.ebuild b/dev-python/rq/rq-0.13.0.ebuild index a3a8698d29fd..960c5fa04b3e 100644 --- a/dev-python/rq/rq-0.13.0.ebuild +++ b/dev-python/rq/rq-0.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="simple, lightweight library for creating and processing background jobs" diff --git a/dev-python/rq/rq-1.0.ebuild b/dev-python/rq/rq-1.0.ebuild index d58d830b9b07..8fe00a9e7b89 100644 --- a/dev-python/rq/rq-1.0.ebuild +++ b/dev-python/rq/rq-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="simple, lightweight library for creating and processing background jobs" -- 2.26.2