From 3a77113812e9992cf63521e4c6131304871e1feb Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Mon, 9 Nov 2015 10:54:26 +0100 Subject: [PATCH] Adding Build-Depends python(3)-freezegun needed by the unit tests (Closes: #804423). --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 00f2fd4..dff1f09 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Build-Depends: debhelper (>= 9), dh-python (>= 1.20130901-1~), python (>= 2.6.6-3~), + python-freezegun, + python3-freezegun, python-setuptools, python3, python3-setuptools,