Skip to content

Commit 959fcda

Browse files
committed
Avoid using python- in requires
1 parent c3e70f2 commit 959fcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/module.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A Python module which provides a convenient example.
1919

2020
%package -n python2-%{srcname}
2121
Summary: %{summary}
22-
Requires: python-some-module
22+
Requires: python2-some-module
2323
Requires: python2-other-module
2424
%{?python_provide:%python_provide python2-%{srcname}}
2525

0 commit comments

Comments
 (0)