summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 06:34:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-16 07:04:40 +0100
commit7cc6dec13fd8f6cbeec4f6d3c31f926e440f4c2a (patch)
tree4999d6c36428df408f3f3e214dea068b6c56fb6d /dev-python/pytest-arraydiff
parentdev-python/PySDL2: Remove Python 2 (diff)
downloadgentoo-7cc6dec13fd8f6cbeec4f6d3c31f926e440f4c2a.tar.gz
gentoo-7cc6dec13fd8f6cbeec4f6d3c31f926e440f4c2a.tar.bz2
gentoo-7cc6dec13fd8f6cbeec4f6d3c31f926e440f4c2a.zip
dev-python/pytest-arraydiff: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-arraydiff')
-rw-r--r--dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild b/dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild
index 619eff53f067..7352b23f2b3b 100644
--- a/dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild
+++ b/dev-python/pytest-arraydiff/pytest-arraydiff-0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1