rbs_runtime: ADD robot-builder, rbs-utils
This commit is contained in:
parent
3a255d5122
commit
95bb782c62
2 changed files with 4 additions and 1 deletions
|
@ -11,6 +11,8 @@
|
|||
env-manager-interfaces,
|
||||
pythonPackages,
|
||||
scenario,
|
||||
robot-builder,
|
||||
rbs-utils
|
||||
}:
|
||||
buildRosPackage rec {
|
||||
pname = "ros-jazzy-rbs-runtime";
|
||||
|
@ -20,7 +22,7 @@ buildRosPackage rec {
|
|||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest];
|
||||
propagatedBuildInputs = [pythonPackages.dacite scenario env-manager env-manager-interfaces];
|
||||
propagatedBuildInputs = [pythonPackages.dacite scenario env-manager env-manager-interfaces robot-builder rbs-utils];
|
||||
|
||||
meta = {
|
||||
description = "TODO: Package description";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue