示例#1
0
 def subsystem_dependencies(cls):
     return super().subsystem_dependencies() + (Protoc.scoped(cls), )
示例#2
0
 def subsystem_dependencies(cls):
   return super().subsystem_dependencies() + (Protoc.scoped(cls), GoDistribution,)
示例#3
0
 def subsystem_dependencies(cls):
   return super(ProtocGenGo, cls).subsystem_dependencies() + (Protoc.scoped(cls), GoDistribution,)
示例#4
0
 def subsystem_dependencies(cls):
   return super(ProtobufGen, cls).subsystem_dependencies() + (Protoc.scoped(cls),)
示例#5
0
 def subsystem_dependencies(cls):
     return super(GoProtobufGen, cls).subsystem_dependencies() + (
         Protoc.scoped(cls),
         ProtocGenGo,
     )