summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 06:42:08 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 06:59:26 +0100
commit99f08a70e64a28790ee34df7dd2e4df545ce6651 (patch)
treeb2a72a9328e98b60e294fa6294c854d545ea4b09
parentdev-python/rply: Remove py2 (diff)
downloadgentoo-99f08a70e64a28790ee34df7dd2e4df545ce6651.tar.gz
gentoo-99f08a70e64a28790ee34df7dd2e4df545ce6651.tar.bz2
gentoo-99f08a70e64a28790ee34df7dd2e4df545ce6651.zip
dev-python/rq: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/rq/rq-0.13.0.ebuild2
-rw-r--r--dev-python/rq/rq-1.0.ebuild2
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"