diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 06:34:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:04:40 +0100 |
commit | 7cc6dec13fd8f6cbeec4f6d3c31f926e440f4c2a (patch) | |
tree | 4999d6c36428df408f3f3e214dea068b6c56fb6d /dev-python/pytest-arraydiff | |
parent | dev-python/PySDL2: Remove Python 2 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |