From 0360d6e96a35e4f1e7b6c73ea43b3b8daa13eb0d Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Jul 02 2021 14:14:13 +0000 Subject: specfile: Move requires comment to newline to fix rpmbuild --- diff --git a/blockerbugs.spec b/blockerbugs.spec index 8c6fdeb..288ed29 100644 --- a/blockerbugs.spec +++ b/blockerbugs.spec @@ -11,7 +11,9 @@ Source0: https://releases.pagure.org/fedora-qa/blockerbugs/blockerbugs-%{ BuildArch: noarch -Requires: python3 >= 3.9 # required by type hints (in the form they are used) +# required by type hints (in the form they are used) +Requires: python3 >= 3.9 + Requires: python3-bodhi-client Requires: python3-email-validator Requires: python3-flask