From bc76a7a03a99fdff6a5891e03ba86c3d13636b2e Mon Sep 17 00:00:00 2001
From: Benjamin Drung <benjamin.drung@canonical.com>
Date: Fri, 24 May 2024 08:48:24 +0200
Subject: [PATCH 1/2] Build-depend on python3-xattr for new unit tests
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index e08dfb9b..4def0326 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends:
  python3-setuptools,
  python3-sphinx <!nodoc>,
  python3-sphinx-bootstrap-theme (>= 0.4.3),
+ python3-xattr,
  scons,
 Standards-Version: 4.7.4
 Homepage: https://rmlint.readthedocs.io/
-- 
2.53.0

