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,
|
ament-pep257,
|
||||||
gym-gz-ros-python,
|
gym-gz-ros-python,
|
||||||
pythonPackages,
|
pythonPackages,
|
||||||
scenario,
|
scenario
|
||||||
rbs-assets-library
|
|
||||||
}:
|
}:
|
||||||
buildRosPackage rec {
|
buildRosPackage rec {
|
||||||
pname = "ros-jazzy-env-manager";
|
pname = "ros-jazzy-env-manager";
|
||||||
|
@ -20,7 +19,7 @@ buildRosPackage rec {
|
||||||
|
|
||||||
buildType = "ament_python";
|
buildType = "ament_python";
|
||||||
checkInputs = [ament-copyright ament-flake8 ament-pep257 gym-gz-ros-python pythonPackages.pytest scenario];
|
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 = {
|
meta = {
|
||||||
description = "TODO: Package description";
|
description = "TODO: Package description";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue