diff options
author | Alexander Barker <alex@1stleg.com> | 2020-06-04 10:50:20 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-04 10:56:03 +0300 |
commit | 1d7e2574a33d47a4d162b188083f53be827a2c0b (patch) | |
tree | e936c7c6f13ca152b9ac973b3277f32e42a0360b /dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | |
parent | net-analyzer/zabbix: removed obsolete 3.0.30, 4.0.19 and 4.4.7 (diff) | |
download | gentoo-1d7e2574a33d47a4d162b188083f53be827a2c0b.tar.gz gentoo-1d7e2574a33d47a4d162b188083f53be827a2c0b.tar.bz2 gentoo-1d7e2574a33d47a4d162b188083f53be827a2c0b.zip |
dev-python/kaitaistruct: Add python3_7
Bug: https://bugs.gentoo.org/718796
Signed-off-by: Alex Barker <alex@1stleg.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct/kaitaistruct-0.8.ebuild')
-rw-r--r-- | dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 |
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 c932baa405ff..626735a49c23 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=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |