|
|
@ -216,7 +216,7 @@ this approach, and no new dependencies should do this. |
|
|
|
# of: |
|
|
|
# of: |
|
|
|
# - An ExternalDependency subclass |
|
|
|
# - An ExternalDependency subclass |
|
|
|
# - A DependencyFactory object |
|
|
|
# - A DependencyFactory object |
|
|
|
# - A callable with a signature of (Environment, MachineChoice, Dict[str, Any]) -> List[Callable[[], DependencyType]] |
|
|
|
# - A callable with a signature of (Environment, MachineChoice, Dict[str, Any]) -> List[Callable[[], ExternalDependency]] |
|
|
|
packages.update({ |
|
|
|
packages.update({ |
|
|
|
# From dev: |
|
|
|
# From dev: |
|
|
|
'gtest': gtest_factory, |
|
|
|
'gtest': gtest_factory, |
|
|
|