components/openstack/ironic/patches/01-requirements.patch
author Matt Keenan <matt.keenan@oracle.com>
Fri, 19 Jun 2015 09:35:02 +0100
branchs11-update
changeset 4508 d8924d870370
child 5405 66fd59fecd68
child 6035 c9748fcc32de
permissions -rw-r--r--
PSARC 2015/172 OpenStack Ironic (OpenStack Bare Metal Provisioning Service) PSARC 2015/070 pecan - Lightweight Python web-framework PSARC 2015/071 PyCA Python Cryptography PSARC 2015/170 OpenStack client for Ironic (Bare Metal Provisioning) PSARC 2015/171 scp - python secure copy PSARC 2015/196 singledispatch - Single-dispatch generic functions for Python PSARC 2015/197 logutils - Set of handlers for standard Python logging library PSARC 2015/198 Support for enumerations in Python 2.6 and 2.7 PSARC 2015/250 paramiko - SSHv2 protocol implementation in Python 20547142 Request to integrate Ironic into userland 17502639 The Python paramiko module should be added to Userland 20172780 The Python module scp should be added to Userland 20180376 The Python module ironicclient should be added to Userland 20182588 The Python module pecan should be added to Userland 20465525 The PyCA cryptography module should be added to Userland 20904396 The Python module singledispatch should be added to Userland 20904413 The Python module logutils should be added to Userland 20917993 The Python enum34 module should be added to Userland

In-house patch to remove unnecessary dependencies from Ironic's
requirements files. The specific reasons are as follows:

kombu		Not applicable

lxml		Not applicable

websockify	Not applicable

oslo.rootwrap	Not applicable to Solaris

--- ironic-2014.2.1/ironic.egg-info/requires.txt.~1~	2015-02-19 10:50:54.000000000 -0800
+++ ironic-2014.2.1/ironic.egg-info/requires.txt	2015-05-12 13:36:29.313651947 -0700
@@ -4,9 +4,7 @@ alembic>=0.6.4
 anyjson>=0.3.3
 argparse
 eventlet>=0.15.1,<0.16.0
-kombu>=2.5.0
 lockfile>=0.8
-lxml>=2.3
 WebOb>=1.2.3
 greenlet>=0.3.2
 sqlalchemy-migrate==0.9.1
@@ -19,10 +17,8 @@ python-keystoneclient>=0.10.0
 python-swiftclient>=2.2.0
 stevedore>=1.0.0  # Apache-2.0
 pysendfile==2.0.0
-websockify>=0.6.0,<0.7
 oslo.config>=1.4.0  # Apache-2.0
 oslo.db>=1.0.0,<1.1  # Apache-2.0
-oslo.rootwrap>=1.3.0
 oslo.i18n>=1.0.0  # Apache-2.0
 oslo.utils>=1.0.0                       # Apache-2.0
 pecan>=0.5.0
--- ironic-2014.2.1/requirements.txt.~1~	2015-02-19 10:45:47.000000000 -0800
+++ ironic-2014.2.1/requirements.txt	2015-05-12 13:37:03.904654352 -0700
@@ -7,9 +7,7 @@ alembic>=0.6.4
 anyjson>=0.3.3
 argparse
 eventlet>=0.15.1,<0.16.0
-kombu>=2.5.0
 lockfile>=0.8
-lxml>=2.3
 WebOb>=1.2.3
 greenlet>=0.3.2
 sqlalchemy-migrate==0.9.1
@@ -22,10 +20,8 @@ python-keystoneclient>=0.10.0
 python-swiftclient>=2.2.0
 stevedore>=1.0.0  # Apache-2.0
 pysendfile==2.0.0
-websockify>=0.6.0,<0.7
 oslo.config>=1.4.0  # Apache-2.0
 oslo.db>=1.0.0,<1.1  # Apache-2.0
-oslo.rootwrap>=1.3.0
 oslo.i18n>=1.0.0  # Apache-2.0
 oslo.utils>=1.0.0                       # Apache-2.0
 pecan>=0.5.0