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')
|