Skip to content
  • Breno Leitao's avatar
    testing/crda: Fix build dependency · 9be91869
    Breno Leitao authored
    crda depends on python but does not have the dependency clearly
    required. Causing the following error:
    
     env: can't execute 'python': No such file or directory
     make: *** [Makefile:115: keys-gcrypt.c] Error 127
    
    Fixing the dependency chain.
    9be91869