File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ROLLROOT = ../../../..
1515DEPENDS.DIRS = stack
1616DEPENDS.FILES = stack.py
1717PY.TEST.FLAGS = -s
18- RPM.REQUIRES = foundation-python-Jinja2
18+ RPM.REQUIRES = foundation-python-Jinja2 foundation-python-jsoncomment foundation-python-PyYAML foundation-python-PyMySQL stack-templates
1919
2020include $(STACKBUILD ) /etc/CCRules.mk
2121
Original file line number Diff line number Diff line change @@ -274,7 +274,6 @@ def usage():
274274
275275pkgs = [
276276 'foundation-python' ,
277- 'foundation-python-PyMySQL' ,
278277 'stack-command' ,
279278 'stack-pylib' ,
280279 'stack-mq' ,
@@ -290,11 +289,7 @@ def usage():
290289
291290# Workaround to add new packages but not break this script for older stacki releases
292291new_pkgs = [
293- 'stack-templates' ,
294292 'stack-probepal' ,
295- 'foundation-python-jsoncomment' ,
296- 'foundation-python-json-spec' ,
297- 'foundation-python-six' ,
298293]
299294
300295for new_pkg in new_pkgs :
You can’t perform that action at this time.
0 commit comments