Skip to content

Commit 6c8f5a4

Browse files
committed
Add missing dependency
Signed-off-by: Jorge J. Perez <jjperez@ekumenlabs.com>
1 parent 1c88a1f commit 6c8f5a4

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
@@ -21,6 +21,7 @@ long_description_content_type = text/markdown
2121
python_requires = >=3.6
2222
install_requires =
2323
# toml is also supported but deprecated
24+
packaging>=20.9
2425
tomli>=1.0.0; python_version < "3.11"
2526
packages = find:
2627
zip_safe = true

stdeb.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pallet-patcher]
22
No-Python2:
3-
Depends3: python3 (>= 3.11) | python3-tomli (>= 1) | python3-toml
3+
Depends3: python3-packaging, python3 (>= 3.11) (>= 3.11) | python3-tomli (>= 1) | python3-toml
44
Suite: focal jammy noble resolute bookworm trixie
55
X-Python3-Version: >= 3.6
66
Upstream-Version-Suffix: +upstream

0 commit comments

Comments
 (0)