-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reuse colcon_ros package identification (#32)
* Reuse colcon_ros package identification Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai> * Fix dependencies and unit tests Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai> * Remove single warning logic Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai> --------- Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
- Loading branch information
1 parent
82811c5
commit 7d90af6
Showing
6 changed files
with
17 additions
and
94 deletions.
There are no files selected for viewing
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[colcon-ros-cargo] | ||
No-Python2: | ||
Depends3: python3-colcon-core, python3-colcon-cargo, python3-toml, python3-cargo-ament-build | ||
Depends3: python3-colcon-core, python3-colcon-cargo, python3-colcon-ros, python3-toml, python3-cargo-ament-build | ||
Suite: focal jammy noble bookworm trixie | ||
X-Python3-Version: >= 3.6 | ||
Debian-Version: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters