diff --git a/debian/control b/debian/control index f7d24aa..7fdf692 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,6 @@ Architecture: all Depends: make, python, - python-debian, sqlite3, uwsgi-plugin-python, virtualenv, diff --git a/requirements/common.txt b/requirements/common.txt index 3a2dffd..15a85bb 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -11,3 +11,4 @@ webassets django-celery flower django-jsonify +python-debian diff --git a/t/Dockerfile b/t/Dockerfile index d98c79b..8c9e5cf 100644 --- a/t/Dockerfile +++ b/t/Dockerfile @@ -5,11 +5,11 @@ FROM docker.mgm.sipwise.com/sipwise-jessie:latest # is updated with the current date. It will force refresh of all # of the base images and things like `apt-get update` won't be using # old cached versions when the Dockerfile is built. -ENV REFRESHED_AT 2016-08-02 +ENV REFRESHED_AT 2016-08-04 RUN apt-get update RUN apt-get install --assume-yes python2.7 python2.7-dev \ - python-distribute python-pip python-debian git screen + python-distribute python-pip git screen # Get pip to download and install requirements: COPY dev.txt test.txt common.txt /tmp/ diff --git a/t/common.txt b/t/common.txt index 3a2dffd..15a85bb 100644 --- a/t/common.txt +++ b/t/common.txt @@ -11,3 +11,4 @@ webassets django-celery flower django-jsonify +python-debian