Improve package build system

- Adds new dependencies for rpm & deb packages
- Remove install of client done in the new setup.py
This commit is contained in:
Bruno Cornec 2016-02-19 20:06:48 +01:00
parent 870d5be38c
commit fb73eac0f5
3 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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'}

View File

@ -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