diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-17 18:12:56 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-17 18:15:16 +0200 |
commit | 1c381489bdc4603c9447884f1b5748994792b2b9 (patch) | |
tree | f729f43610b4466309903d83902c20843a5455f0 /net-analyzer/suricata | |
parent | dev-python/pyyaml: support python3_10 (diff) | |
download | gentoo-1c381489bdc4603c9447884f1b5748994792b2b9.tar.gz gentoo-1c381489bdc4603c9447884f1b5748994792b2b9.tar.bz2 gentoo-1c381489bdc4603c9447884f1b5748994792b2b9.zip |
net-analyzer/suricata: support python3_10
Build, test and install fine, Python tools such as suricatactl or
suricata-update appear to function properly too.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r-- | net-analyzer/suricata/suricata-5.0.6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/suricata/suricata-6.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/suricata/suricata-5.0.6.ebuild b/net-analyzer/suricata/suricata-5.0.6.ebuild index defd0c6f7f87..ac0387dc3152 100644 --- a/net-analyzer/suricata/suricata-5.0.6.ebuild +++ b/net-analyzer/suricata/suricata-5.0.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit autotools linux-info lua-single python-single-r1 systemd tmpfiles diff --git a/net-analyzer/suricata/suricata-6.0.2.ebuild b/net-analyzer/suricata/suricata-6.0.2.ebuild index 061242b9a529..ac72587b971d 100644 --- a/net-analyzer/suricata/suricata-6.0.2.ebuild +++ b/net-analyzer/suricata/suricata-6.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit autotools linux-info lua-single python-single-r1 systemd tmpfiles |