From 93bf49fdf3ec9e1df5684d3005c001683d73a4fc Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 30 Jul 2021 10:31:18 +0200 Subject: [PATCH] TT#134250 remove yuicompressor since is no longer provide by pip * remove dh-systemd, no longer necessary * add libsasl2-dev as dependency fixing pip build of python-ldap > Modules/LDAPObject.c:16:10: fatal error: sasl/sasl.h: No such file or directory > 16 | #include > | ^~~~~~~~~~~~~ > compilation terminated. > error: command '/usr/lib/ccache/x86_64-linux-gnu-gcc' failed with exit code 1 > ---------------------------------------- Change-Id: I0c6265bfb607e77f74a85f094dd03b3017532d73 --- debian/control | 2 +- requirements/common.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4fb75d8..31acfe5 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Maintainer: Sipwise Development Team Homepage: https://www.sipwise.com/ Build-Depends: debhelper-compat (= 12), - dh-systemd (>= 1.5), libldap2-dev, libpq-dev, + libsasl2-dev, python3-dev, virtualenv, Standards-Version: 3.9.8 diff --git a/requirements/common.txt b/requirements/common.txt index 019f8e7..ca08df7 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -21,4 +21,3 @@ python-debian PyYAML six>=1.9 webassets -yuicompressor