From f768e230c193b41071519b15e965ccd6ad8cfa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 10 Dec 2021 12:38:37 +0100 Subject: [PATCH] Require sed, as we use it Related: rhbz#1950291 --- pyproject-rpm-macros.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject-rpm-macros.spec b/pyproject-rpm-macros.spec index ae01f96..7bbbf40 100644 --- a/pyproject-rpm-macros.spec +++ b/pyproject-rpm-macros.spec @@ -59,6 +59,8 @@ Requires: python-rpm-macros Requires: python-srpm-macros Requires: python3-rpm-macros +# We use the following tools outside of coreutils +Requires: /usr/bin/sed %description These macros allow projects that follow the Python packaging specifications