summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-03 21:42:50 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-03 21:46:03 +0100
commit853c82f42e0eab95ed1e990df2b297ecb93b3835 (patch)
tree2f2a88f0f2f83e7c71ff1c29b9c52ee873d614c0 /dev-python/expects
parentdev-python/doublex-expects: Remove py2 (diff)
downloadgentoo-853c82f42e0eab95ed1e990df2b297ecb93b3835.tar.gz
gentoo-853c82f42e0eab95ed1e990df2b297ecb93b3835.tar.bz2
gentoo-853c82f42e0eab95ed1e990df2b297ecb93b3835.zip
dev-python/expects: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/expects')
-rw-r--r--dev-python/expects/expects-0.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/expects/expects-0.8.0.ebuild b/dev-python/expects/expects-0.8.0.ebuild
index c333518bd000..28a0c94321f3 100644
--- a/dev-python/expects/expects-0.8.0.ebuild
+++ b/dev-python/expects/expects-0.8.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1