diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 10:38:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 10:38:25 +0000 |
commit | 204f6a6af29cb378a434e480efee2803d56290ca (patch) | |
tree | 1558facf71ecce43b719cdfb9a9874bb3707a0b9 /debian/control | |
parent | Merging upstream version 0.1.31. (diff) | |
download | debputy-204f6a6af29cb378a434e480efee2803d56290ca.tar.xz debputy-204f6a6af29cb378a434e480efee2803d56290ca.zip |
Adding debian version 0.1.31.debian/0.1.31
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 8ad3b73..c4b310e 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: python3-pygls <!nocheck !pkg.debputy.minimal-tests>, python3-pytest <!nocheck>, python3-pytest-cov <pkg.debputy.test-coverage>, - python3-ruyaml, + python3-ruyaml | python3-ruamel.yaml, # debputy-plugin-foo, # The code was never checked with an older version than 3.11... python3:any (>= 3.11~), @@ -42,7 +42,7 @@ Depends: python3-colored <!pkg.debputy.no-color>, python3-colorlog <!pkg.debputy.no-color>, python3-debian, - python3-ruyaml, + python3-ruyaml | python3-ruamel.yaml, # The code was never checked with an older version than 3.11... python3:any (>= 3.11~), strip-nondeterminism, |