From d1c8ff941aba7f5f85ad22d747d727a52bf87c18 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Fri, 1 Apr 2016 18:19:26 +0200 Subject: [PATCH] - RPM build needs python-future --- pbconf/pbfilter/rpm.pbf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pbconf/pbfilter/rpm.pbf b/pbconf/pbfilter/rpm.pbf index 5fd5749..22655a0 100644 --- a/pbconf/pbfilter/rpm.pbf +++ b/pbconf/pbfilter/rpm.pbf @@ -14,8 +14,8 @@ filter PBLIC = ASL 2.0 #filter PBDEP = # PBBDEP is replaced by the list of build dependencies -filter PBBDEP = python-devel, python-setuptools, python-pbr, python-sphinx -filter PBDEP = python-docopt, python-tortilla, python-jinja2, python-pbr, python-docopt, python-simplejson +filter PBBDEP = python-devel, python-setuptools, python-pbr, python-sphinx, python-future +filter PBDEP = python-docopt, python-tortilla, python-jinja2, python-pbr, python-simplejson # PBSUF is replaced by the package suffix ($pb->{'suf'} in code) filter PBSUF = $pb->{'suf'}