Skip to content

Commit 8c708f1

Browse files
committed
add python3-typing-extensions dep for ros humble
1 parent 5c9487b commit 8c708f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
1818
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
1919
<depend condition="$ROS_PYTHON_VERSION == 3">python3-scipy</depend>
20+
<depend condition="$ROS_PYTHON_VERSION == 3">python3-typing-extensions</depend>
2021
<depend>eigen</depend>
2122
<depend>nanobind-dev</depend>
2223

0 commit comments

Comments
 (0)