From 95301e3d0caf7e7fcc53f3a22503f411e1a84f75 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Wed, 13 Mar 2019 19:02:50 +0100 Subject: [PATCH] Fix RPM dependencies by adding missing pbr and setuptools Change-Id: I7bfb16a18bfba2c296926d691af658cd0f1ca6d8 --- pbconf/pbfilter/rpm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pbconf/pbfilter/rpm.yml b/pbconf/pbfilter/rpm.yml index ed91472..4e3617e 100644 --- a/pbconf/pbfilter/rpm.yml +++ b/pbconf/pbfilter/rpm.yml @@ -8,13 +8,13 @@ # PBGRP is replaced by the RPM group of apps filter: PBPYTHON3BDEP: python3-devel,python3-setuptools >= 18,python3-future >= 0.15.2,python3-docopt >= 0.6.2,python3-requests >= 2.9.1,python3-simplejson >= 3.8.1,python3-sphinx_rtd_theme,python3-pbr >= 0.8,python3-tortilla >= 0.4.1 - PBPYTHON2DEP: python-docopt >= 0.6.2,python-tortilla >= 0.4.1,python-jinja2 >= 2.7.3,python-simplejson >= 3.8.1,python-requests >= 2.9.1,python-configparser >= 3.3.0,python-future >= 0.15.2 + PBPYTHON2BDEP: make,python-devel,python2-setuptools >= 18,python-future >= 0.15.2,python-docopt >= 0.6.2,python-requests >= 2.9.1,python-simplejson >= 3.8.1,python-configparser >= 3.3.0,python-sphinx_rtd_theme,python-pbr >= 0.8,python-tortilla >= 0.4.1 + PBPYTHON3DEP: python3-docopt >= 0.6.2,python3-tortilla >= 0.4.1,python3-jinja2 >= 2.7.3,python3-simplejson >= 3.8.1,python3-requests >= 2.9.1,python3-future >= 0.15.2,python3-pbr >= 0.8,python3-pbr <= 2.0 + PBPYTHON2DEP: python-docopt >= 0.6.2,python-tortilla >= 0.4.1,python-jinja2 >= 2.7.3,python-simplejson >= 3.8.1,python-requests >= 2.9.1,python-configparser >= 3.3.0,python-future >= 0.15.2,python-pbr >= 0.8,python3-pbr <= 2.0 PBPYTHONDOCBDEP: texlive - PBPYTHON2BDEP: make,python-devel,python-setuptools >= 18,python-future >= 0.15.2,python-docopt >= 0.6.2,python-requests >= 2.9.1,python-simplejson >= 3.8.1,python-configparser >= 3.3.0,python-sphinx_rtd_theme,python-pbr >= 0.8,python-tortilla >= 0.4.1 PBPYTHON3PKG: python3-redfish PBGRP: Applications/System PBSUF: $pb->{'suf'} - PBPYTHON3DEP: python3-docopt >= 0.6.2,python3-tortilla >= 0.4.1,python3-jinja2 >= 2.7.3,python3-simplejson >= 3.8.1,python3-requests >= 2.9.1 PBLIC: ASL 2.0 # # PBLIC is replaced by the license of the application