From ec9ca01d16bf6eda50b77f64dccf1caa06d29374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 17 May 2021 08:02:46 +0200 Subject: [PATCH] Adjust BuildRequires python3-devel hasn't been needed since we split out the python module, a few years ago. Pull in jinja2 for https://github.com/systemd/systemd/pull/19630. --- systemd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 3d66c6c..5b91e60 100644 --- a/systemd.spec +++ b/systemd.spec @@ -136,8 +136,8 @@ BuildRequires: gperf BuildRequires: gawk BuildRequires: tree BuildRequires: hostname -BuildRequires: python3-devel -BuildRequires: python3-lxml +BuildRequires: python3dist(lxml) +BuildRequires: python3dist(jinja2) BuildRequires: firewalld-filesystem %if 0%{?have_gnu_efi} BuildRequires: gnu-efi gnu-efi-devel