From 462ec7f7e94b287ce51554ead6945ca77e95683a Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 20 Nov 2022 23:08:16 +0000
Subject: [PATCH] Drop python3-mox dependency

It was only used by sso-server, which is not being built. This
package is not available in Debian buster.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8d23064..89e0c29 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, python3-dev, dh-python, python3-all,
  libpam-dev, libssl-dev, python3-setuptools, pkg-config, libz-dev,
- python3-requests, python3-nose, python3-mox
+ python3-requests, python3-nose
 Standards-Version: 3.7.2
 
 Package: ai-sso
-- 
GitLab