diff --git a/debian/control b/debian/control index fdce986..472cf23 100644 --- a/debian/control +++ b/debian/control @@ -1,37 +1,39 @@ Source: swh-loader-core Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python (>= 2), python3-all, python3-debian, python3-iso8601, python3-pkginfo, python3-pytest, + python3-pytest-postgresql, python3-psutil, python3-retrying, python3-requests-mock, python3-setuptools, python3-swh.core, python3-swh.model (>= 0.0.18~), python3-swh.storage (>= 0.0.133~), + python3-swh.scheduler, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/60/ Package: python3-swh.loader.core Architecture: all Depends: python3-swh.core, python3-swh.model (>= 0.0.18~), python3-swh.storage (>= 0.0.133~), ${misc:Depends}, ${python3:Depends} Breaks: python3-swh.deposit.loader (<< 0.0.48~), python3-swh.loader.debian (<< 0.0.9~), python3-swh.loader.dir (<< 0.0.31~), python3-swh.loader.git (<< 0.0.36~), python3-swh.loader.mercurial (<< 0.0.3~), python3-swh.loader.svn (<< 0.0.35~), python3-swh.loader.tar (<< 0.0.33~) Description: Software Heritage Loader Core