diff options
author | Sam James <sam@gentoo.org> | 2023-05-25 07:40:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-25 07:43:23 +0100 |
commit | c542ffc3e5039307ede5f9f150c34e94c23c17e1 (patch) | |
tree | af429827d367aa91d0ddb2efd39ea9173119bf2d /net-analyzer/wireshark | |
parent | net-analyzer/wireshark: add 4.0.6 (diff) | |
download | gentoo-c542ffc3e5039307ede5f9f150c34e94c23c17e1.tar.gz gentoo-c542ffc3e5039307ede5f9f150c34e94c23c17e1.tar.bz2 gentoo-c542ffc3e5039307ede5f9f150c34e94c23c17e1.zip |
net-analyzer/wireshark: re-enable tests for live
Upstream now hard-require pytest in master (good!)
Bug: https://bugs.gentoo.org/897078
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark')
-rw-r--r-- | net-analyzer/wireshark/wireshark-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-9999.ebuild b/net-analyzer/wireshark/wireshark-9999.ebuild index 2c6116786ce7..88ddb144b999 100644 --- a/net-analyzer/wireshark/wireshark-9999.ebuild +++ b/net-analyzer/wireshark/wireshark-9999.ebuild @@ -4,7 +4,8 @@ EAPI=8 LUA_COMPAT=( lua5-{1..2} ) -PYTHON_COMPAT=( python3_{9..11} ) +# TODO: check cmake/modules/UseAsn2Wrs.cmake for 3.12 +PYTHON_COMPAT=( python3_{10..11} ) inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg cmake @@ -37,7 +38,7 @@ REQUIRED_USE=" # Tests restricted for now because rely on pytest internals w/ >=3.11 # See bug #897078 and https://gitlab.com/wireshark/wireshark/-/issues/18740. -RESTRICT="!test? ( test ) test" +RESTRICT="!test? ( test )" # bug #753062 for speexdsp RDEPEND=" |