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:
Bruno Cornec 2016-01-19 11:04:19 +01:00
parent 90c7c1900c
commit ce7e6da0aa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'}