Package build and delivery improvements
- Fix #13 (https://github.com/bcornec/python-redfish/issues/13) by adding a dependency on python-jinja2
This commit is contained in:
parent
90c7c1900c
commit
ce7e6da0aa
@ -11,7 +11,7 @@ filter PBGRP = utils
|
||||
filter PBLIC = ASL 2.0
|
||||
|
||||
# PBDEP is replaced by the list of dependencies
|
||||
filter PBDEP = python-docopt, python-tortilla
|
||||
filter PBDEP = python-docopt, python-tortilla, python-jinja2
|
||||
|
||||
# PBBDEP is replaced by the list of build dependencies
|
||||
filter PBBDEP = python-devel, python-setuptools
|
||||
|
@ -15,7 +15,7 @@ filter PBLIC = ASL 2.0
|
||||
|
||||
# PBBDEP is replaced by the list of build dependencies
|
||||
filter PBBDEP = python-devel, python-setuptools
|
||||
filter PBDEP = python-docopt, python-tortilla
|
||||
filter PBDEP = python-docopt, python-tortilla, python-jinja2
|
||||
|
||||
# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
|
||||
filter PBSUF = $pb->{'suf'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user