diff --git a/pbconf/pbfilter/deb.pbf b/pbconf/pbfilter/deb.pbf index 4d359ac..44ef950 100644 --- a/pbconf/pbfilter/deb.pbf +++ b/pbconf/pbfilter/deb.pbf @@ -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 diff --git a/pbconf/pbfilter/rpm.pbf b/pbconf/pbfilter/rpm.pbf index 68b0262..655a7e6 100644 --- a/pbconf/pbfilter/rpm.pbf +++ b/pbconf/pbfilter/rpm.pbf @@ -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'}