diff options
author | Sam James <sam@gentoo.org> | 2022-01-04 20:42:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-04 20:45:07 +0000 |
commit | bab70d4c8e2846ca0b87a2f5b462645fe70cff57 (patch) | |
tree | 0f1b363f509a0aa09bbe3308e49e2f9e484e4453 /net-analyzer | |
parent | net-analyzer/fail2ban: sync live (diff) | |
download | gentoo-bab70d4c8e2846ca0b87a2f5b462645fe70cff57.tar.gz gentoo-bab70d4c8e2846ca0b87a2f5b462645fe70cff57.tar.bz2 gentoo-bab70d4c8e2846ca0b87a2f5b462645fe70cff57.zip |
net-analyzer/scapy: add python3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/scapy/scapy-2.4.5.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-9999.ebuild | 4 |
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 |