Skip to content

Commit 480f099

Browse files
authored
Merge pull request #518 from StackStorm/fix/407_st2mistral-st2python-dependency
Add st2python dependency for st2mistral under EL6
2 parents 851484c + 3cd262f commit 480f099

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/st2mistral/rpm/st2mistral.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ Group: System/Management
1616
License: Apache 2.0
1717
Url: https://github.com/StackStorm/mistral
1818
Source0: .
19+
%if 0%{?use_st2python}
20+
Requires: st2python, bash, procps
21+
%else
1922
Requires: bash, procps
23+
%endif
2024
Provides: openstack-mistral
2125
Summary: st2 Mistral workflow service
2226

0 commit comments

Comments
 (0)