From 993f3f2825f15a146943f729b3a7ee8ddd6bae60 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Sat, 2 Apr 2016 01:24:20 +0200 Subject: [PATCH] Precise python modules versions needed for RPM build --- 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 22655a0..6075b8e 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, python-future -filter PBDEP = python-docopt, python-tortilla, python-jinja2, python-pbr, python-simplejson +filter PBBDEP = python-devel,python-setuptools,python-pbr >= 0.8,python-sphinx >= 1.3.1,python-future >= 0.15.2 +filter PBDEP = python-docopt >= 0.6.2,python-tortilla >= 0.4.1,python-jinja2 >= 2.7.3,python-pbr >= 0.8,python-simplejson >= 3.8.1 # PBSUF is replaced by the package suffix ($pb->{'suf'} in code) filter PBSUF = $pb->{'suf'}