diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-08-24 16:16:23 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-08-24 16:36:16 +0100 |
commit | 273a7f92150be905787cd14cb7896bc844fed7e1 (patch) | |
tree | 169d6e1bd41576f8c8ac69230b9f858cb2408f93 /net-analyzer/suricata | |
parent | sec-keys/openpgp-keys-oisf: new package, version 20200807 (diff) | |
download | gentoo-273a7f92150be905787cd14cb7896bc844fed7e1.tar.gz gentoo-273a7f92150be905787cd14cb7896bc844fed7e1.tar.bz2 gentoo-273a7f92150be905787cd14cb7896bc844fed7e1.zip |
net-analyzer/suricata: enable py3.11
Builds, tests and installs fine with this Python version.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-analyzer/suricata')
-rw-r--r-- | net-analyzer/suricata/suricata-6.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/suricata/suricata-6.0.6.ebuild b/net-analyzer/suricata/suricata-6.0.6.ebuild index 751a280a7b5d..a3816e04eee7 100644 --- a/net-analyzer/suricata/suricata-6.0.6.ebuild +++ b/net-analyzer/suricata/suricata-6.0.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools flag-o-matic linux-info lua-single python-single-r1 systemd tmpfiles |