diff --git a/conanfile.py b/conanfile.py index 55aa190..7ebaa21 100644 --- a/conanfile.py +++ b/conanfile.py @@ -75,8 +75,8 @@ def configure(self): self.options["grpc"].node_plugin = False self.options["grpc"].objective_c_plugin = False self.options["grpc"].php_plugin = False - self.options["grpc"].python_plugin = False self.options["grpc"].ruby_plugin = False + self.options["grpc"].python_plugin = False self.options["asio-grpc"].local_allocator = "recycling_allocator" def layout(self):