From 15ff7577b59cf2decb9a335f860ef649c30bda94 Mon Sep 17 00:00:00 2001
From: nd <git@notandy.de>
Date: Sun, 1 Aug 2021 15:03:55 +0200
Subject: [PATCH] add comment why we ignore the package dependencies extracted
 by pybild

---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index dcce1634..f7414c84 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,8 @@ Package: uffd
 Architecture: any
 Depends:
  ${misc:Depends},
+# Unlike most debian python packages, we depend directly on the deb packages and do not want to populate our dependencies from the setup.py .
+# Bacause of this we do not use the variable from pybild.
 # ${python3:Depends},
  python3-ldap3,
  python3-flask,
-- 
GitLab