From: Jason Ish Date: Mon, 1 Mar 2021 16:17:56 +0000 (-0600) Subject: github-ci: add python3-jsonschema X-Git-Tag: suricata-6.0.4~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb65b2d78b3b7a55352e27d0a429797b2fced83a;p=thirdparty%2Fsuricata-verify.git github-ci: add python3-jsonschema Required for the EVE schema tests. --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 7efd31a25..f9e229f2d 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -62,6 +62,7 @@ jobs: make \ parallel \ python3-distutils \ + python3-jsonschema \ python3-yaml \ rustc \ software-properties-common \