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 <cdevie...@gmail.com> # Date 1377000917 -7200 # Tue Aug 20 14:15:17 2013 +0200 # Node ID 4bdc0cf4459672fedb8295e37499db4f4e0e5a10 # Parent c651d52114edba7947713d6f6c600484bb724a05 Change python-crypto dependency to pycrypto as it is the pypi name of the package diff --git a/__pkginfo__.py b/__pkginfo__.py --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -20,7 +20,7 @@ ] __depends__ = {'cubicweb': '>= 3.10.0', - 'python-crypto': None, + 'pycrypto': None, 'PIL': None, }
_______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects