diff --git a/debian/control b/debian/control index 43cbfc9..05c62ba 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,28 @@ Source: swh-loader-svn Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-nose, python3-setuptools, python3-swh.core (>= 0.0.19~), - python3-swh.storage, + python3-swh.storage (>= 0.0.50~), python3-swh.model (>= 0.0.11~), python3-swh.scheduler (>= 0.0.7~), python3-swh.loader.core (>= 0.0.10~), python3-subvertpy (>= 0.9.4~), python3-dateutil, python3-retrying, python3-click, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion/DLDSVN/ Package: python3-swh.loader.svn Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: python3-swh.core (>= 0.0.19~), python3-swh.storage (>= 0.0.50~), python3-swh.model (>= 0.0.11~), + python3-swh.scheduler (>= 0.0.7~), python3-swh.loader.core (>= 0.0.10~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Loader Svn Module in charge of loading svn repositories into swh storage. diff --git a/requirements.txt b/requirements.txt index 6084e38..07cc7b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,13 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html vcversioner swh.core >= 0.0.19 +swh.storage >= 0.0.50 swh.model >= 0.0.11 swh.scheduler >= 0.0.7 swh.loader.core >= 0.0.10 click retrying python-dateutil subvertpy >= 0.9.4