Skip to content

Commit

Permalink
Switch to new colcon_core.extension_point API (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Sep 25, 2023
1 parent 6e703b0 commit 1e0011a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[colcon-rerun]
No-Python2:
Depends3: python3-colcon-core, python3-filelock, python3-yaml
Depends3: python3-colcon-core (>= 0.13.0), python3-filelock, python3-yaml
Suite: bionic focal jammy stretch buster bullseye
X-Python3-Version: >= 3.5

0 comments on commit 1e0011a

Please sign in to comment.