Skip to content

Commit

Permalink
Add missing runtime dependencies
Browse files Browse the repository at this point in the history
We removed these in commit 5a3341d based on suggestions from a
review [1], however, it seems this was either bad guidance or the magic
sauce needed for this is not present in Copr (or locally, for that
matter). Since we removed these, we've dropped a dependency (six) and
added a new one (pyyaml) so things are slightly different.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Nov 26, 2021
1 parent b873948 commit 66d1a5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rpm/git-pw.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pytest

Requires: git
Requires: python3-arrow
Requires: python3-click
Requires: python3-requests
Requires: python3-tabulate
Requires: python3-pyyaml

%description
git-pw is a tool for integrating Git with Patchwork, the web-based patch
Expand Down

0 comments on commit 66d1a5c

Please sign in to comment.