commit: ed919d7283490185b14b861006b1942b6aeafe0c
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 5 16:45:26 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 5 16:45:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed919d72
net-analyzer/pypacker: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-analyzer/pypacker/pypacker-4.9.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/pypacker/pypacker-4.9.ebuild
b/net-analyzer/pypacker/pypacker-4.9.ebuild
index f10389269bc..6de7cf5ad3c 100644
--- a/net-analyzer/pypacker/pypacker-4.9.ebuild
+++ b/net-analyzer/pypacker/pypacker-4.9.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Fast and simple packet creation and parsing library for Python"