diff --git a/debian/control b/debian/control index 813affc..447ab64 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,22 @@ Source: swh-loader-dir Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-nose, python3-setuptools, - python3-swh.core, + python3-swh.core (>= 0.0.14~), python3-swh.storage, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DLDDIR/ Package: python3-swh.loader.dir Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: python3-swh.core (>= 0.0.14~), + python3-swh.storage, + ${misc:Depends}, + ${python3:Depends} Description: Software Heritage Directory Loader