Skip to content

Commit

Permalink
Port to Python3: Fix wrong createrepo dependency on Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
meaksh committed Sep 19, 2018
1 parent 7640583 commit 2ba82c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion susemanager/susemanager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,14 @@ setup tasks, re-installation, upgrades and managing.
%package tools
Summary: SUSE Manager Tools
Group: Productivity/Other
Requires: createrepo

%if 0%{?build_py3}
Requires: createrepo_c
Requires: python3
Requires: python3-configobj
BuildRequires: python3-configobj
%else
Requires: createrepo
Requires: python
Requires: python-argparse
Requires: python-configobj
Expand Down

0 comments on commit 2ba82c2

Please sign in to comment.