File: use_debian_packaged_python3-cram.patch

package info (click to toggle)
pbbam 2.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,148 kB
  • sloc: cpp: 60,214; xml: 2,908; ansic: 660; sh: 275; python: 203; makefile: 187
file content (15 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: 2019-08-04
Description: Use python3-cram instead of cram code copy

--- pbbam.orig/tests/meson.build
+++ pbbam/tests/meson.build
@@ -1,7 +1,7 @@
 subdir('src')
 
 pbbam_python = import('python').find_installation('python3')
-pbbam_cram_script = find_program('cram', required : false)
+pbbam_cram_script = find_program('cram3', required : false)
 if not pbbam_cram_script.found()
   warning('Using bundled cram script')
   pbbam_cram_script = find_program('scripts/cram.py')