From ed919d7283490185b14b861006b1942b6aeafe0c Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sat, 5 Dec 2020 11:45:26 -0500 Subject: net-analyzer/pypacker: add py3_{8,9} Signed-off-by: Aaron Bauman --- net-analyzer/pypacker/pypacker-4.9.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-analyzer') diff --git a/net-analyzer/pypacker/pypacker-4.9.ebuild b/net-analyzer/pypacker/pypacker-4.9.ebuild index f10389269bce..6de7cf5ad3c1 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" -- cgit v1.2.3-65-gdbad