Victor Stinner wrote:
Le 16/07/2015 22:28, Thomas Goirand a écrit :
IMO, we should, for the Liberty release, get rid of:
- suds & suds-jurko

suds was replaced with suds-jurko (in oslo.vmware, cinder, nova): I
kicked suds off of global requirements.

- memcached (in the favor of pymemcache)

As I wrote, I may fork python-memcached. It's just not in my priority
list right now.

Oh noes, please don't fork it...

I'd rather just focus on any more shift to pymemcache and let bygones be bygones...

Afaik once https://github.com/pinterest/pymemcache/commit/63a2d96048202 (Introduced HashClient that uses consistent hasing... and Python 3 Support ... commit) is released (the hashing feature that just landed IMHO makes that client a production-ready fully featured client finally) then there really is no need to have python-memcached client anymore.


FYI some colleagues just forked python-ldap in
https://github.com/pyldap/pyldap/ to add Python 3 support. Stay tuned ;-)

- mysqldb (this has been discussed at large already)

MySQL-Python was replaced with PyMySQL in almost all projects, no? Even
nova is now using PyMySQL ;-)

- cliff-tablib and tablib (not ported to Py3, used only for testing)

tablib works on Python 3, but it has a strange way of using
dependencies. You can try to remove tablib/packages/markup.py when
building the package for Python 3 and it should just work.

Victor

__________________________________________________________________________
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

__________________________________________________________________________
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

Reply via email to