diff options
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, |