Searched refs:dependencies (Results 1 - 11 of 11) sorted by relevance

/pkg/src/tests/api/
H A Dt_dependencies.py48 import pkg.publish.dependencies as dependencies namespace
300 This manifest checks that we can create multiple dependencies that each must
501 <!-- no dependencies here -->
622 None of these services or instances declare any dependencies.
672 None of these services or instances declare any dependencies.
725 None of these services or instances declare any dependencies.
786 None of these services or instances declare any dependencies.
895 pkg dependencies, since it has the 'delete' attribute set to true.
977 # dependencies o
[all...]
H A Dt_api_info.py224 self.assertTrue(res.dependencies is not None)
273 self.assertEqual(res.dependencies, ())
377 """Verify that info returns the expected list of dependencies
385 # Renamed package for all variants, with correct dependencies.
394 # Renamed package for opposite image variant, with dependencies
403 # Renamed package for current image variant, with dependencies
412 # Renamed package for multiple variants, with dependencies
435 # with the correct dependencies will provide the expected info.
439 self.assertEqual(pi.dependencies, ["target@1.0"])
442 # applicable to this image), and with dependencies tha
[all...]
/pkg/src/tests/cli/
H A Dt_pkgdep_resolve.py41 import pkg.publish.dependencies as dependencies namespace
653 dependencies.resolve_deps([m1_path], self.api_obj, ["*"])
665 dependencies.resolve_deps([m1_path], self.api_obj, ["*"])
679 dependencies.resolve_deps([m1_path], self.api_obj, ["*"])
711 # dependencies.
758 """test that cross dependencies between published packages
766 dependencies.resolve_deps([m1_path, m2_path], self.api_obj,
799 dependencies.resolve_deps([m1_path, m2_path], self.api_obj,
824 dependencies
[all...]
H A Dt_pkgdep.py42 import pkg.publish.dependencies as dependencies namespace
844 # internal attribute which allows it to know which dependencies
872 The file to be installed in usr/bin/pkg does not specify a specific version of python either in its installed path nor in its text. Such a file cannot be analyzed for dependencies since the version of python it will be used with is unknown. The text of the file is here: {0}/usr/bin/pkg.
968 e.file_dep.attrs[dependencies.files_prefix], "perl")
982 d.attrs[dependencies.type_prefix],
989 d.attrs[dependencies.type_prefix],
997 d.attrs[dependencies.type_prefix],
1019 d.attrs[dependencies.type_prefix],
1023 d.attrs[dependencies
[all...]
/pkg/src/modules/
H A Dapi_common.py139 files=None, dirs=None, dependencies=None, description=None,
161 self.dependencies = dependencies
/pkg/src/modules/flavor/
H A Dsmf_manifest.py45 # maps SMF FMRIs to a list the SMF FMRIs they declare as dependencies
125 their dependencies from the given manifest_file to a global
134 # service-level dependencies into each service
193 _("more than one set of dependencies found: {0}").format(
201 _("more than one set of dependencies found: {0}").format(
232 Note that while we resolve SMF dependencies from SMF FMRIs to the files
264 # dependencies that instances have declared
280 _("Problem determining dependencies for {fmri}:"
283 # determine the file paths that deliver those dependencies
316 "SMF dependencies shoul
[all...]
/pkg/src/
H A Dpkgdep.py44 import pkg.publish.dependencies as dependencies namespace
106 """Produce a list of file dependencies from a manfiest and a proto
177 ds, es, ms, pkg_attrs = dependencies.list_implicit_deps(manf,
210 """Take a list of manifests and resolve any file dependencies, first
335 dependencies.resolve_deps(manifest_paths, api_inst,
341 except dependencies.DependencyError as e:
367 msg(_("\nThe following fmris had dependencies resolve "
422 """Write the resolved package dependencies to stdout.
425 dependencies tha
[all...]
/pkg/src/modules/lint/
H A Dpkglint_manifest.py52 self.dependencies = {}
70 dependencies, keyed by the depend action fmri name.
100 seed_depend_dict(manifest, self.dependencies)
107 seed_depend_dict(manifest, self.dependencies)
111 seed_depend_dict(manifest, self.dependencies)
122 * warn if other packages have non-incorporate dependencies on
178 # dependencies on this obsolete package.
183 self.dependencies.get(manifest.fmri.get_name(), []))
392 """Checks for repeated dependencies, including package version
/pkg/src/modules/server/
H A Dapi.py117 package and its dependencies and any packages that are not
118 incorporated by the named packages or their dependencies. FMRIs
334 links = hardlinks = files = dirs = dependencies = None
339 summary, description, cat_info, dependencies = \
395 dirs=dirs, dependencies=dependencies,
/pkg/src/modules/client/
H A Dapi.py841 dependencies on this) """
3146 # order, the dependencies will
3246 # order, the dependencies will
4383 dependencies = None
4388 dependencies = \
4400 if dependencies is None:
4401 dependencies = misc.EmptyI
4485 dirs=dirs, dependencies=dependencies,
H A Dclient_api.py2369 # Renamed packages have dependencies, but the dependencies
2373 __append_attr_lists(_("Renamed to"), pi.dependencies)

Completed in 76 milliseconds