diff options
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" |