Skip to content

Commit

Permalink
Merge pull request saltstack#3457 from dlindquist/develop
Browse files Browse the repository at this point in the history
Fix import typo in rpm build patch
  • Loading branch information
thatch45 committed Jan 26, 2013
2 parents 81aa58a + 7cec8e5 commit 644d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpm/0003-Late-stage-jinja2-dependency.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ index 290339d..11f428d 100644
+
+ # Late import salt libs to overcome circular imports and to allow building
+ # salt without making Jinja2 a build dependency
+ import salt.minon
+ import salt.minion
+ import salt.payload
+
serial = salt.payload.Serial(opts)
Expand Down

0 comments on commit 644d969

Please sign in to comment.