regenerate all distros, Fri Jan 3 13:42:37 2025

This commit is contained in:
Superflore 2025-01-03 13:42:37 +00:00 committed by Ben Wolsieffer
parent 06b45cf1ea
commit 31f07eb092
6571 changed files with 9328 additions and 8833 deletions

View file

@ -1,8 +1,8 @@
# Copyright 2024 Open Source Robotics Foundation
# Copyright 2025 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, ament-xmllint, python3Packages, pythonPackages, rosidl-parser, std-msgs, std-srvs, test-msgs }:
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, ament-xmllint, python3Packages, rosidl-parser, std-msgs, std-srvs, test-msgs }:
buildRosPackage {
pname = "ros-humble-rosidl-runtime-py";
version = "0.9.3-r1";
@ -14,7 +14,7 @@ buildRosPackage {
};
buildType = "ament_python";
checkInputs = [ ament-copyright ament-flake8 ament-pep257 ament-xmllint pythonPackages.pytest std-msgs std-srvs test-msgs ];
checkInputs = [ ament-copyright ament-flake8 ament-pep257 ament-xmllint python3Packages.pytest std-msgs std-srvs test-msgs ];
propagatedBuildInputs = [ python3Packages.numpy python3Packages.pyyaml rosidl-parser ];
meta = {