Temporarily restore pythonPackages override

This commit is contained in:
Ben Wolsieffer 2024-12-12 19:06:03 -05:00
parent da03e58065
commit 6e62ef0f1d

View file

@ -1,6 +1,10 @@
self:
rosSelf: rosSuper: with rosSelf.lib; {
# TODO: remove once https://github.com/ros/rosdistro/pull/43895 is merged
python = rosSelf.python3;
pythonPackages = rosSelf.python.pkgs;
ament-cmake-core = rosSuper.ament-cmake-core.overrideAttrs ({
propagatedBuildInputs ? [],
nativeBuildInputs ? [], ...