def preflight()

in src/buildstream_plugins/sources/patch.py [0:0]


    def preflight(self):
        # Check if patch is installed, get the binary at the same time
        self.host_patch = utils.get_host_tool("patch")