summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 06:15:18 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 06:18:24 +0100
commit719abe18cb455471fe822f382099965db0dd8409 (patch)
treed1b31cd64d59a412d9e662d1ebbee2e56269b4ea /dev-python/croniter/croniter-0.3.29.ebuild
parentwww-apps/prewikka: Remove old (diff)
downloadgentoo-719abe18cb455471fe822f382099965db0dd8409.tar.gz
gentoo-719abe18cb455471fe822f382099965db0dd8409.tar.bz2
gentoo-719abe18cb455471fe822f382099965db0dd8409.zip
dev-python/croniter: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/croniter/croniter-0.3.29.ebuild')
-rw-r--r--dev-python/croniter/croniter-0.3.29.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/croniter/croniter-0.3.29.ebuild b/dev-python/croniter/croniter-0.3.29.ebuild
index 882e559ce1a6..debbc4fd5e47 100644
--- a/dev-python/croniter/croniter-0.3.29.ebuild
+++ b/dev-python/croniter/croniter-0.3.29.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1