remove setup.py from pb processing

This commit is contained in:
Bruno Cornec 2016-03-17 01:16:52 +01:00
parent a6799130e8
commit ac776e5fb5
2 changed files with 1 additions and 2 deletions

View File

@ -130,7 +130,7 @@ defpkgdir python-redfish = .
# List of files per pkg on which to apply filters
# Files are mentioned relatively to pbroot/defpkgdir
filteredfiles python-redfish = redfish-client/redfish-client,doc/source/conf.py,setup.py,./redfish-client/etc/redfish-client.conf,install.sh
filteredfiles python-redfish = redfish-client/redfish-client,doc/source/conf.py,redfish-client/etc/redfish-client.conf,install.sh
#supfiles python-redfish = python-redfish.init
# For perl modules, names are different depending on distro

View File

@ -8,7 +8,6 @@ Jinja2>=2.7.3
Sphinx>=1.2.3
docopt>=0.6.2
simplejson>=3.8.1
urllib3>=1.9
# Python3 compat
future>=0.15.2