From ac776e5fb5923823484e449f9e955e6ce2e68ce7 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Thu, 17 Mar 2016 01:16:52 +0100 Subject: [PATCH] remove setup.py from pb processing --- pbconf/python-redfish.pb | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pbconf/python-redfish.pb b/pbconf/python-redfish.pb index cef7744..3824a9e 100644 --- a/pbconf/python-redfish.pb +++ b/pbconf/python-redfish.pb @@ -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 diff --git a/requirements.txt b/requirements.txt index 80aba9a..14b281f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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