summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 16:32:13 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 16:47:45 +0100
commit84db71a26d0dd8d6face77ec7c8eb5dcc1cb32c0 (patch)
treef54fb73bf50b086d5ae2aedba46447a588e43a1a /dev-python/kaitaistruct
parentwww-plugins/chrome-binary-plugins: automated update (diff)
downloadgentoo-84db71a26d0dd8d6face77ec7c8eb5dcc1cb32c0.tar.gz
gentoo-84db71a26d0dd8d6face77ec7c8eb5dcc1cb32c0.tar.bz2
gentoo-84db71a26d0dd8d6face77ec7c8eb5dcc1cb32c0.zip
dev-python/kaitaistruct: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r--dev-python/kaitaistruct/kaitaistruct-0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
index 8ab274c95693..c932baa405ff 100644
--- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
+++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1