Skip to content

Commit a5672ed

Browse files
committed
Require importlib-metadata; python<3.8
Update stdeb.cfg
1 parent a5812da commit a5672ed

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ python_requires = >=3.6
1818
install_requires =
1919
colcon-core >= 0.10.0
2020
colcon-library-path
21+
importlib-metadata; python_version < "3.8"
2122
meson >= 0.60.0
2223
packages = find:
2324

stdeb.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[colcon-meson]
22
No-Python2:
3-
Depends3: python3-colcon-core (>= 0.10.0), python3-colcon-library-path, meson (>= 0.60.0)
3+
Depends3: python3-colcon-core (>= 0.10.0), python3-colcon-library-path, python3 (>= 3.8) | python3-importlib-metadata, meson (>= 0.60.0)
44
Suite: jammy noble bookworm trixie
55
X-Python3-Version: >= 3.6
66
Upstream-Version-Suffix: +upstream

0 commit comments

Comments
 (0)