(self, arch)
| 903 | self.depends = depends |
| 904 | |
| 905 | def prebuild_arch(self, arch): |
| 906 | self._host_recipe = Recipe.get_recipe("hostpython3", self.ctx) |
| 907 | return super().prebuild_arch(arch) |
| 908 | |
| 909 | def clean_build(self, arch=None): |
| 910 | super().clean_build(arch=arch) |
nothing calls this directly
no test coverage detected