summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2020-08-29 14:56:25 +0100
committerSam James <sam@gentoo.org>2020-09-02 22:43:37 +0000
commitee888ed79a1985fdbb39088aa42e821b6b4052c5 (patch)
tree50ca45c47ffaff74d967fba8f6a86ccc59339dfa /dev-python/kaitaistruct
parentdev-python/kaitaistruct: Update metadata.xml (diff)
downloadgentoo-ee888ed79a1985fdbb39088aa42e821b6b4052c5.tar.gz
gentoo-ee888ed79a1985fdbb39088aa42e821b6b4052c5.tar.bz2
gentoo-ee888ed79a1985fdbb39088aa42e821b6b4052c5.zip
dev-python/kaitaistruct: Add Python 3.8 to PYTHON_COMPAT
Closes: https://bugs.gentoo.org/718796 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Sam James <sam@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 626735a49c23..dc89a9167f76 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,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1