From f3d09f8c68d66ae68e614d1fe792d038c1ebb8f3 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 22 Jun 2019 12:31:35 +0100
Subject: [PATCH] Add missing python-flask package to build-depends

Again another package required for hermetic testing.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e6d6888..c27a767 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Autistici/Inventati <debian@autistici.org>
 Build-Depends: debhelper (>= 10), apache2-dev | apache2-prefork-dev | apache2-threaded-dev,
  apache2, autoconf, automake, libtool, python-dev, dh-python, python-all,
  libpam-dev, libssl-dev, python-setuptools, python-flup, pkg-config, libz-dev,
- python-m2crypto, python-nose, python-mox, python-beautifulsoup
+ python-m2crypto, python-flask, python-nose, python-mox, python-beautifulsoup
 Standards-Version: 3.7.2
 
 Package: ai-sso
-- 
GitLab