wireshark: use python3 (#9364)

This commit is contained in:
davidkaroly
2023-09-05 20:49:38 +02:00
committed by GitHub
parent 50e4b460cf
commit 67e1806673

View File

@@ -22,7 +22,7 @@ library, and libpcap, a packet capture and filtering library."
HOMEPAGE="https://www.wireshark.org"
COPYRIGHT="1998-2023 Gerald Combs"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.wireshark.org/download/src/all-versions/wireshark-$portVersion.tar.xz"
CHECKSUM_SHA256="16663585c0ffefd5593a6628d4a20cc8241b9703b11283cfe71ead2b750888c8"
ADDITIONAL_FILES="wireshark.rdef.in"
@@ -118,7 +118,7 @@ BUILD_PREREQUIRES="
cmd:lrelease$secondaryArchSuffix >= 5
cmd:ninja
cmd:pkg_config$secondaryArchSuffix
cmd:python
cmd:python3
cmd:strip$secondaryArchSuffix
"