diff --git a/pbconf/pbfilter/deb.pbf b/pbconf/pbfilter/deb.pbf index 880e913..5972692 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, python-jinja2 +filter PBDEP = python-docopt, python-tortilla, python-jinja2, python-pbr, python-docopt, python-simplejson # PBBDEP is replaced by the list of build dependencies filter PBBDEP = python-dev, python-setuptools, python-pbr, python-tortilla, python-jinja2, python-sphinx diff --git a/pbconf/pbfilter/rpm.pbf b/pbconf/pbfilter/rpm.pbf index 76d0d6f..5fd5749 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, python-pbr, python-sphinx -filter PBDEP = python-docopt, python-tortilla, python-jinja2 +filter PBDEP = python-docopt, python-tortilla, python-jinja2, python-pbr, python-docopt, python-simplejson # PBSUF is replaced by the package suffix ($pb->{'suf'} in code) filter PBSUF = $pb->{'suf'} diff --git a/pbconf/python-redfish/rpm/python-redfish.spec b/pbconf/python-redfish/rpm/python-redfish.spec index 1138605..8e99eea 100644 --- a/pbconf/python-redfish/rpm/python-redfish.spec +++ b/pbconf/python-redfish/rpm/python-redfish.spec @@ -32,7 +32,6 @@ make latexpdf %install %{__python} setup.py install -O1 --skip-build --root %{buildroot} # This will go in a separate script later on to share with other distros -%{__mkdir} -p %{buildroot}/%{_bindir} rm -fr %{buildroot}/%{python_sitelib}/redfish/old for i in 1; do