remove rbs-assets-library from env-manager
This commit is contained in:
parent
9126691766
commit
9127849b00
1 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,7 @@
|
|||
ament-pep257,
|
||||
gym-gz-ros-python,
|
||||
pythonPackages,
|
||||
scenario,
|
||||
rbs-assets-library
|
||||
scenario
|
||||
}:
|
||||
buildRosPackage rec {
|
||||
pname = "ros-jazzy-env-manager";
|
||||
|
@ -20,7 +19,7 @@ buildRosPackage rec {
|
|||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ament-copyright ament-flake8 ament-pep257 gym-gz-ros-python pythonPackages.pytest scenario];
|
||||
propagatedBuildInputs = [gym-gz-ros-python rbs-assets-library];
|
||||
propagatedBuildInputs = [ gym-gz-ros-python ];
|
||||
|
||||
meta = {
|
||||
description = "TODO: Package description";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue