diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-05 11:45:26 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-05 11:45:26 -0500 |
commit | ed919d7283490185b14b861006b1942b6aeafe0c (patch) | |
tree | 81bad2f1e87109d9ed18d3cae618f4baff639e9a /net-analyzer/pypacker | |
parent | dev-libs/pugixml: bump to 1.11.1 (diff) | |
download | gentoo-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/pypacker')
-rw-r--r-- | net-analyzer/pypacker/pypacker-4.9.ebuild | 4 |
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" |