Skip to content

Commit

Permalink
Switch to new colcon_core.extension_point API
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Sep 22, 2023
1 parent 6e703b0 commit 1dd9c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion colcon_rerun/verb/rerun.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from colcon_core.command import CommandContext
from colcon_core.command import create_parser
from colcon_core.command import verb_main
from colcon_core.entry_point import EXTENSION_BLOCKLIST_ENVIRONMENT_VARIABLE
from colcon_core.extension_point \
import EXTENSION_BLOCKLIST_ENVIRONMENT_VARIABLE
from colcon_core.logging import colcon_logger
from colcon_core.plugin_system import satisfies_version
from colcon_core.verb import get_verb_extensions
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = colcon

[options]
install_requires =
colcon-core
colcon-core>=0.13.0
filelock
PyYAML
packages = find:
Expand Down

0 comments on commit 1dd9c3e

Please sign in to comment.