File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Requires: leapp-repository-dependencies = %{leapp_repo_deps}
100100
101101# IMPORTANT: this is capability provided by the leapp framework rpm.
102102# Check that 'version' instead of the real framework rpm version.
103- Requires: leapp-framework >= 5 .0, leapp-framework < 6
103+ Requires: leapp-framework >= 6 .0, leapp-framework < 7
104104
105105# Since we provide sub-commands for the leapp utility, we expect the leapp
106106# tool to be installed as well.
Original file line number Diff line number Diff line change 1010
1111
1212%define leapp_repo_deps 10
13- %define leapp_framework_deps 5
13+ %define leapp_framework_deps 6
1414
1515# NOTE: the Version contains the %{rhel} macro just for the convenience to
1616# have always upgrade path between newer and older deps packages. So for
@@ -108,6 +108,7 @@ Requires: python3
108108Requires: python3-six
109109Requires: python3-setuptools
110110Requires: python3-requests
111+ Requires: python3-PyYAML
111112
112113
113114%description -n %{ldname }
You can’t perform that action at this time.
0 commit comments