summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-04 20:42:28 +0000
committerSam James <sam@gentoo.org>2022-01-04 20:45:07 +0000
commitbab70d4c8e2846ca0b87a2f5b462645fe70cff57 (patch)
tree0f1b363f509a0aa09bbe3308e49e2f9e484e4453
parentnet-analyzer/fail2ban: sync live (diff)
downloadgentoo-bab70d4c.tar.gz
gentoo-bab70d4c.tar.bz2
gentoo-bab70d4c.zip
net-analyzer/scapy: add python3.10
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-analyzer/scapy/scapy-2.4.5.ebuild4
-rw-r--r--net-analyzer/scapy/scapy-9999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/scapy/scapy-2.4.5.ebuild b/net-analyzer/scapy/scapy-2.4.5.ebuild
index d5184f68b5eb..b8d28e831aab 100644
--- a/net-analyzer/scapy/scapy-2.4.5.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 readme.gentoo-r1
diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 6b0b5ba376c3..ffcb7962a604 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1 git-r3 readme.gentoo-r1