From 2306def205b7c0e050ae5a673c18c93093333a59 Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Mon, 12 Jun 2017 18:52:51 +0200 Subject: [PATCH] Update Depends. --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 875a481..3f53dd6 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Build-Depends: python-six (>= 1.9.0-3~), python-tz, python3, + python3-aiohttp, python3-appdirs, python3-cached-property, python3-defusedxml, @@ -43,6 +44,7 @@ Build-Depends: python3-pytest-cov, python3-requests, python3-requests-mock, + python3-requests-toolbelt, python3-setuptools, python3-six, python3-tz, @@ -57,7 +59,6 @@ Depends: python-appdirs, python-cached-property, python-defusedxml, - python-freezegun, python-isodate, python-lxml, python-pkg-resources, @@ -94,6 +95,7 @@ Description: Modern SOAP client library (Python 2) Package: python3-zeep Architecture: all Depends: + python3-aiohttp, python3-appdirs, python3-cached-property, python3-defusedxml,