[Python-projects] [cubicweb-registration] Rename dependency "python-crypto" to "pycrypto"

2013-08-20 Thread Christophe de Vienne
Hi, python-crypto python package name is actually pycrypto. This patch renames the dependency in the registration cube so that pip can install cubicweb-registration. Cheers, Christophe # HG changeset patch # User Christophe de Vienne # Date 1377000917 -7200 # Tue Aug 20 14:15:17 2013 +

Re: [Python-projects] [cubicweb-registration] Rename dependency "python-crypto" to "pycrypto"

2013-08-20 Thread Julien Cristau
On Tue, Aug 20, 2013 at 14:30:38 +0200, Christophe de Vienne wrote: > Hi, > > python-crypto python package name is actually pycrypto. > > This patch renames the dependency in the registration cube so that > pip can install cubicweb-registration. > Thanks, pushed to http://hg.logilab.org/review/

Re: [Python-projects] [cubicweb-registration] Rename dependency "python-crypto" to "pycrypto"

2013-08-20 Thread Christophe de Vienne
Le 20/08/2013 14:40, Julien Cristau a écrit : On Tue, Aug 20, 2013 at 14:30:38 +0200, Christophe de Vienne wrote: Hi, python-crypto python package name is actually pycrypto. This patch renames the dependency in the registration cube so that pip can install cubicweb-registration. Thanks, pus