• Łukasz Nowak's avatar
    component/firewalld: Strictly enforce make's PYTHON value · 4c37cc61
    Łukasz Nowak authored
    In some contexts (like package building) the top-make is called like:
    
      make -C slapos build PYTHON=/usr/bin/python2.7
    
    And the value somehow poisons child make of this component, that even
    overriding it with environment is not enough, thus strictly enforce it
    during build of this component.
    4c37cc61
buildout.cfg 7.95 KB