Skip to content

Commit

Permalink
Drop unneeded dependency on python-enum34 (#2819)
Browse files Browse the repository at this point in the history
The enum module was added in PEP 435 and is present in Python versions
3.4 and newer, which includes all currently supported Python versions.
  • Loading branch information
cottsay committed Feb 15, 2022
1 parent d82e8ec commit f1d25e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav2_simple_commander/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<maintainer email="stevenmacenski@gmail.com">steve</maintainer>
<license>Apache-2.0</license>

<exec_depend>python-enum34</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nav2_msgs</exec_depend>
Expand Down

0 comments on commit f1d25e9

Please sign in to comment.