diff --git a/debian/control b/debian/control index 6eb9ac44..57d7fbde 100644 --- a/debian/control +++ b/debian/control @@ -1,28 +1,26 @@ Source: swh-deposit Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-setuptools, python3-all, python3-nose, python3-vcversioner, python3-swh.core (>= 0.0.14~), python3-swh.loader.tar (>= 0.0.27~), - python3-swh.objstorage (>= 0.0.23~), python3-django, python3-click, python3-vcversioner, python3-djangorestframework, python3-djangorestframework-xml Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/source/swh-deposit/ Package: python3-swh.deposit Architecture: all Depends: python3-swh.core (>= 0.0.14~), python3-swh.loader.tar (>= 0.0.27~), - python3-swh.objstorage (>= 0.0.23~), ${misc:Depends}, ${python3:Depends} Description: Software Heritage Deposit Server diff --git a/requirements-swh.txt b/requirements-swh.txt index dd3140f8..faaa7a9f 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1,3 +1,2 @@ swh.core >= 0.0.14 swh.loader.tar >= 0.0.27 -swh.objstorage >= 0.0.23