diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 14:56:53 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 17:33:07 +0200 |
commit | 0932ff7d19e4238dff8e0891c330cfed5a4c8399 (patch) | |
tree | 5763c07728548dda976ed97c9f1d6ad2b1fdd2c9 | |
parent | 71312384b6e18faec308717a9a27546ae9a525c4 (diff) | |
download | haketilo-hydrilla-0932ff7d19e4238dff8e0891c330cfed5a4c8399.tar.gz haketilo-hydrilla-0932ff7d19e4238dff8e0891c330cfed5a4c8399.zip |
update test dependencies
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2021adb..5448a41 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,8 @@ Standards-Version: 4.3.0 Build-Depends: debhelper (>= 11), dh-python, python3-all (>= 3.7), python3-setuptools (>= 45), python3-babel, python3-pytest, # also add test dependencies - python3-hydrilla.builder (>= 1.0), python3-hydrilla.builder (<< 1.0.1), - python3-flask, reuse + python3-hydrilla.builder (>= 1.1~beta1), python3-hydrilla.builder (<< 1.1~beta2), + python3-flask Package: python3-hydrilla Architecture: all |