summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-05 11:45:26 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-05 11:45:26 -0500
commited919d7283490185b14b861006b1942b6aeafe0c (patch)
tree81bad2f1e87109d9ed18d3cae618f4baff639e9a /net-analyzer
parentdev-libs/pugixml: bump to 1.11.1 (diff)
downloadgentoo-ed919d7283490185b14b861006b1942b6aeafe0c.tar.gz
gentoo-ed919d7283490185b14b861006b1942b6aeafe0c.tar.bz2
gentoo-ed919d7283490185b14b861006b1942b6aeafe0c.zip
net-analyzer/pypacker: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/pypacker/pypacker-4.9.ebuild4
1 files changed, 3 insertions, 1 deletions
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"