projects
/
pbbam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d44a07
)
Use python3-cram instead of cram code copy
author
Andreas Tille
<tille@debian.org>
Sat, 21 Dec 2019 12:30:52 +0000
(12:30 +0000)
committer
Andreas Tille
<tille@debian.org>
Sat, 21 Dec 2019 12:30:52 +0000
(12:30 +0000)
Last-Update: Sun, 04 Aug 2019 09:15:35 +0200
Gbp-Pq: Name use_debian_packaged_python3-cram.patch
tests/meson.build
patch
|
blob
|
history
diff --git
a/tests/meson.build
b/tests/meson.build
index db5643f109d192d245a4415f37ce332ef6d6deca..b2e2582c843f97c2b73cd762ab99c5f6fbcb00e8 100644
(file)
--- a/
tests/meson.build
+++ b/
tests/meson.build
@@
-1,6
+1,6
@@
subdir('src')
-pbbam_cram_script = find_program('cram', required : false)
+pbbam_cram_script = find_program('cram
3
', required : false)
if not pbbam_cram_script.found()
warning('Using bundled cram script')
pbbam_cram_script = find_program('scripts/cram.py', required : true)