diff options
author | 2020-12-02 23:17:03 +0000 | |
---|---|---|
committer | 2020-12-02 23:17:09 +0000 | |
commit | 676d9196abdb63f991c32c7b68791eb4ea3878eb (patch) | |
tree | 0a8d009e1d08527b6946757c7b7968dee27e1bcf /net-analyzer/scapy | |
parent | www-servers/nginx: rev bump (diff) | |
download | gentoo-676d9196abdb63f991c32c7b68791eb4ea3878eb.tar.gz gentoo-676d9196abdb63f991c32c7b68791eb4ea3878eb.tar.bz2 gentoo-676d9196abdb63f991c32c7b68791eb4ea3878eb.zip |
net-analyzer/scapy: add Python 3.8, 3.9
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r-- | net-analyzer/scapy/scapy-2.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild index 31ea052c82e5..a439d15da991 100644 --- a/net-analyzer/scapy/scapy-2.4.4.ebuild +++ b/net-analyzer/scapy/scapy-2.4.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 readme.gentoo-r1 DESCRIPTION="A Python interactive packet manipulation program for mastering the network" |