Searched defs:reason (Results 1 - 2 of 2) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkgdep.py | 179 def make_res_manf_1(self, proto_area, reason, include_os=False): 182 "type=require {pfx}.reason={reason} " 188 "type=require {pfx}.reason=baz " 191 reason, include_os=include_os)).format( 194 reason=reason 197 def make_full_res_manf_1(self, proto_area, reason, include_os=False): 198 return self.make_res_manf_1(proto_area, reason, 206 depend {pfx}.file=libc.so.1 {pfx}.path=lib {pfx}.path=usr/lib fmri={dummy_fmri} type=require {pfx}.reason 763 reason="{reason}", variable [all...] |
/pkg/src/modules/client/ |
H A D | pkg_solver.py | 98 def __init__(self, reason_id, reason, fmris=EmptyI): 102 self.__reason = reason 115 def reason(self): member in class:DependencyException 366 reason = (N_("This version is excluded by a " 368 "reason for the freeze is: {2}"), 372 reason = (N_("This version is excluded by a " 377 _TRIM_FREEZE, reason) 802 # at the reason why. 1121 reason = (N_("This version is excluded by installed " 1125 _TRIM_INSTALLED_INC, reason) [all...] |
Completed in 14 milliseconds