[email protected] (Kei Kebreau) writes: > kkebreau pushed a commit to branch master > in repository guix. > > commit e1f06e1192f57551bcb67d93411affb9d497e30c > Author: ng0 <[email protected]> > Date: Wed Feb 15 10:09:24 2017 +0000 > > gnu: Add python-django-allauth. > > * gnu/packages/django.scm (python-django-allauth): New variable. > > Signed-off-by: Kei Kebreau <[email protected]>
Both variants of this package failed to build on Hydra. 'python-django-allauth' was a dependency failure, for failure to build the duplicate 'python-openid' package that you added. https://hydra.gnu.org/build/1974947 https://hydra.gnu.org/build/1974947/nixlog/1/raw 'python2-django-allauth' failed while apparently trying to download python-openid. https://hydra.gnu.org/build/1974907 I'm concerned at the number of problems in this batch of commits. Did these packages build successfully on your machine? Mark
