Skip to content

Commit

Permalink
rpmbuild: depend on new, much faster python3-specfile
Browse files Browse the repository at this point in the history
Fix #2777
  • Loading branch information
FrostyX committed Jul 24, 2023
1 parent 1dfb22d commit 556ceea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpmbuild/copr-rpmbuild.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BuildRequires: %{python_pfx}-munch
BuildRequires: %{python}-requests
BuildRequires: %{python_pfx}-jinja2
BuildRequires: %{python_pfx}-simplejson
BuildRequires: %{python_pfx}-specfile
BuildRequires: %{python_pfx}-specfile >= 0.19.0
BuildRequires: python3-backoff >= 1.9.0

BuildRequires: /usr/bin/argparse-manpage
Expand All @@ -58,7 +58,7 @@ Requires: %{python_pfx}-jinja2
Requires: %{python_pfx}-munch
Requires: %{python}-requests
Requires: %{python_pfx}-simplejson
Requires: %{python_pfx}-specfile
Requires: %{python_pfx}-specfile >= 0.19.0
Requires: python3-backoff >= 1.9.0

Requires: mock >= 2.0
Expand Down

0 comments on commit 556ceea

Please sign in to comment.