File: python3-tests.patch

package info (click to toggle)
suricata-update 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,232 kB
  • sloc: python: 6,268; makefile: 184; sh: 31
file content (11 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
Description: force Python 3 for script
Author: Sascha Steinbiss <satta@debian.org>
Last-Update: 2019-01-03
--- a/bin/suricata-update
+++ b/bin/suricata-update
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # Copyright (C) 2017 Open Information Security Foundation
 #