Skip to content

Commit 761b688

Browse files
committed
rpm: Add pytest as dependency
I thought this would be added automatically, based on [1]. Apparently not. [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_test_dependencies_2 Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent e1222a5 commit 761b688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rpm/git-pw.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BuildArch: noarch
1212
BuildRequires: python3-devel
1313
BuildRequires: python3-pbr
1414
BuildRequires: python3-setuptools
15+
BuildRequires: python3-pytest
1516

1617
Requires: git
1718

0 commit comments

Comments
 (0)