diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:16:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:16:54 +0000 |
commit | 507d3d05284cb913306db87545f1d3b05d4e5334 (patch) | |
tree | e6aa37536b6a1f6bfe9b71046b61a077d17530e2 /debian/control | |
parent | Merging upstream version 0.1.25. (diff) | |
download | debputy-507d3d05284cb913306db87545f1d3b05d4e5334.tar.xz debputy-507d3d05284cb913306db87545f1d3b05d4e5334.zip |
Adding debian version 0.1.25.debian/0.1.25
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 603405f..57df434 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,9 @@ Build-Depends: debhelper-compat (= 13), python3-debian, python3-hunspell <!nocheck>, python3-lsprotocol <!nocheck>, + python3-pygls <!nocheck !pkg.debputy.minimal-tests>, python3-pytest <!nocheck>, - python3-ruamel.yaml, + python3-ruyaml, # debputy-plugin-foo, # The code was never checked with an older version than 3.11... python3:any (>= 3.11~), @@ -28,8 +29,6 @@ Package: dh-debputy Architecture: all Depends: debhelper, man-db <!pkg.debputy.minimal>, -# The code was never checked with an older version than 3.11... - python3:any (>= 3.11~), # The colors dependencies are not necessary for debputy to work. # However, to have coloring work, we need to use Depends because # Recommends/Suggests are not resolved for builds and this should @@ -37,7 +36,9 @@ Depends: debhelper, python3-colored <!pkg.debputy.no-color>, python3-colorlog <!pkg.debputy.no-color>, python3-debian, - python3-ruamel.yaml, + python3-ruyaml, +# The code was never checked with an older version than 3.11... + python3:any (>= 3.11~), strip-nondeterminism, Recommends: python3-argcomplete, Suggests: hunspell-en-us, |