File: python3.patch

package info (click to toggle)
kleborate 2.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 175,052 kB
  • sloc: python: 3,498; sh: 76; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Tille <tille@debian.org>
Last-Update: 2019-09-24
Origin: https://github.com/katholt/Kleborate/issues/17
Description: When using Python3 the executable is named python3

--- a/scripts/getmlst.py
+++ b/scripts/getmlst.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 '''
 Download MLST datasets from this site: http://pubmlst.org/data/ by