From 3c6d4bf95bd6afadec8cbb8f48035f57c6f68e20 Mon Sep 17 00:00:00 2001 From: Timo Aaltonen Date: Tue, 4 Feb 2025 21:06:41 +0200 Subject: [PATCH] control: Add python3-sphinx to build-depends. (Closes: #1003179, #1044642, #1049799) --- debian/changelog | 2 ++ debian/control | 1 + debian/control.stub | 1 + 3 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index b907d4b82..8c8d5a28b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ freeipa (4.12.2-3) UNRELEASED; urgency=medium * control: Add libnss-myhostname to client depends. (Closes: #1006829) * control: Add python3-ifaddr to ipalib depends. (Closes: #1089716) + * control: Add python3-sphinx to build-depends. (Closes: #1003179, + #1044642, #1049799) -- Timo Aaltonen Tue, 04 Feb 2025 13:56:23 +0200 diff --git a/debian/control b/debian/control index afba74619..2076c4df0 100644 --- a/debian/control +++ b/debian/control @@ -45,6 +45,7 @@ Build-Depends: python3-qrcode (>= 5.0.0), python3-setuptools, python3-six, + python3-sphinx, python3-sss (>= 1.14.0), python3-usb (>= 1.0.0~b2), python3-yubico, diff --git a/debian/control.stub b/debian/control.stub index 5e35ac2ba..3b591262a 100644 --- a/debian/control.stub +++ b/debian/control.stub @@ -45,6 +45,7 @@ Build-Depends: python3-qrcode (>= 5.0.0), python3-setuptools, python3-six, + python3-sphinx, python3-sss (>= 1.14.0), python3-usb (>= 1.0.0~b2), python3-yubico,