[openstack-dev] [pulp] use of coinor.pulp rather than pulp

2015-06-08 Thread Robert Collins
We have coinor.pulp in our global-requirements, added by:

commit 9c4314cbaf77dadc5c6938d3ab38201b1e52c67d
Author: Yathiraj Udupi yud...@cisco.com
Date:   Wed Oct 23 13:18:43 2013 -0700

Added a requirement to COIN PULP LP Modeler module

This requirement is needed for a reference constraint solver implementation
included as part of the solver-scheduler blueprint.

Change-Id: I50177485d6d2034f2c15121cc2a56b720ff006fd
Implements: blueprint solver-scheduler


But this module is actually not PULP at all: its a namespace package
whose only reason to exist is to do:

from pulp import *
__doc__ = pulp.__doc__


in it's __init__.py.

And it has an evil setup.py that downloads distribute (yes, that
temporary fork of setuptools) from the internet every time, currently
fails to install for me on Python3.4...

I'd like to replace that with just PuLP
(https://pypi.python.org/pypi/PuLP/1.5.9) which is the actual thing,
and appears to be maintained and tested on current Pythons.

Any objections?

-Rob

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Converged Cloud

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [pulp] use of coinor.pulp rather than pulp

2015-06-08 Thread Robert Collins
On 8 June 2015 at 19:50, Robert Collins robe...@robertcollins.net wrote:
 We have coinor.pulp in our global-requirements, added by:

 I'd like to replace that with just PuLP
 (https://pypi.python.org/pypi/PuLP/1.5.9) which is the actual thing,
 and appears to be maintained and tested on current Pythons.
..
 Any objections?

https://review.openstack.org/189248

-Rob

-- 
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Converged Cloud

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev