Skip to content

Commit 66d1a5c

Browse files
committed
Add missing runtime dependencies
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]>
1 parent b873948 commit 66d1a5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rpm/git-pw.spec

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ BuildRequires: python3-setuptools
1515
BuildRequires: python3-pytest
1616

1717
Requires: git
18+
Requires: python3-arrow
19+
Requires: python3-click
20+
Requires: python3-requests
21+
Requires: python3-tabulate
22+
Requires: python3-pyyaml
1823

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

0 commit comments

Comments
 (0)