summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:43:05 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:53:01 +0100
commitd533853506cd31af84adadbf0cde994dd97d0fb1 (patch)
tree3364ebf0cbf8dc6616983577fa2efb41c8f34212 /dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
parentdev-python/nose-cover3: Remove py2 (diff)
downloadgentoo-d533853506cd31af84adadbf0cde994dd97d0fb1.tar.gz
gentoo-d533853506cd31af84adadbf0cde994dd97d0fb1.tar.bz2
gentoo-d533853506cd31af84adadbf0cde994dd97d0fb1.zip
dev-python/nose-exclude: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nose-exclude/nose-exclude-0.5.0.ebuild')
-rw-r--r--dev-python/nose-exclude/nose-exclude-0.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
index c4906b4adbda..3742931b221a 100644
--- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
+++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
inherit distutils-r1