From 1f475fdabe90a600a40c6703939a7436be44b906 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 14 Oct 2016 09:15:53 +0100 Subject: [PATCH] depend on python-m2crypto --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ca90057..1840468 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: extra Maintainer: Autistici/Inventati Build-Depends: debhelper (>= 5), apache2-prefork-dev | apache2-threaded-dev, autoconf, automake, libtool, python-dev, python-support, swig, - libpam-dev, python-setuptools, python-flup, pkg-config, libz-dev + libpam-dev, python-setuptools, python-flup, pkg-config, libz-dev, + python-m2crypto Standards-Version: 3.7.2 Package: ai-sso @@ -22,7 +23,8 @@ Description: A/I SSO Python modules. Package: ai-sso-server Architecture: all Depends: ai-sso, ai-sso-python, python-flask, gunicorn, - python-setproctitle, lsb-base, adduser, ${python:Depends} + python-setproctitle, lsb-base, adduser, python-m2crypto, + ${python:Depends} Description: A/I SSO Server. The login server for the A/I SSO service. -- GitLab