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:
parent
870d5be38c
commit
fb73eac0f5
@ -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
|
||||
|
@ -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'}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user