(self)
| 24 | } |
| 25 | |
| 26 | def configure(self): |
| 27 | self.options["grpc/*"].with_libsystemd = False |
| 28 | self.options["grpc/*"].csharp_plugin = False |
| 29 | self.options["grpc/*"].node_plugin = False |
| 30 | self.options["grpc/*"].objective_c_plugin = False |
| 31 | self.options["grpc/*"].php_plugin = False |
| 32 | self.options["grpc/*"].python_plugin = False |
| 33 | self.options["grpc/*"].ruby_plugin = False |
| 34 | |
| 35 | def requirements(self): |
| 36 | if self.options.with_tests: |
nothing calls this directly
no outgoing calls
no test coverage detected