diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-06-14 12:16:50 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-06-15 11:09:58 +0200 |
commit | 7a8e18ce77b0c44fca53d92422a57842951b3d93 (patch) | |
tree | 37a2373589300cec4383b8eadc7c8d7e268daf14 | |
parent | 8b81db350a741541fefedc8ae0d9a77d0f682a10 (diff) | |
download | hydrilla-builder-7a8e18ce77b0c44fca53d92422a57842951b3d93.tar.gz hydrilla-builder-7a8e18ce77b0c44fca53d92422a57842951b3d93.zip |
remove REUSE from test dependenciesdebian-debian
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3e2e8d4..4def247 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ 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-jsonschema (>= 3.0), python3-click, reuse + python3-jsonschema (>= 3.0), python3-click Package: python3-hydrilla.builder Architecture: all |