Improve template formatting

This commit is contained in:
Karolina Surma
2021-09-09 12:16:52 +02:00
parent a56993c468
commit dbca600ac1
+5 -2
View File
@@ -13,8 +13,11 @@ BuildRequires: python3-devel
%global _description %{expand:
{{description}}}
{% for br in manual_build_requires %}BuildRequires: {{br}}
{% endfor %}
{% if manual_build_requires -%}
{% for br in manual_build_requires -%}
BuildRequires: {{br}}
{% endfor -%}
{% endif %}
%description %_description
%package -n python3-{{name}}