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}
100
100
101
101
# IMPORTANT: this is capability provided by the leapp framework rpm.
102
102
# 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
104
104
105
105
# Since we provide sub-commands for the leapp utility, we expect the leapp
106
106
# tool to be installed as well.
Original file line number Diff line number Diff line change 10
10
11
11
12
12
%define leapp_repo_deps 10
13
- %define leapp_framework_deps 5
13
+ %define leapp_framework_deps 6
14
14
15
15
# NOTE: the Version contains the %{rhel} macro just for the convenience to
16
16
# have always upgrade path between newer and older deps packages. So for
@@ -108,6 +108,7 @@ Requires: python3
108
108
Requires: python3-six
109
109
Requires: python3-setuptools
110
110
Requires: python3-requests
111
+ Requires: python3-PyYAML
111
112
112
113
113
114
%description -n %{ldname }
You can’t perform that action at this time.
0 commit comments