GNU bug report logs - #31190
Ansible doesn't build

Previous Next

Package: guix;

Reported by: Clément Lassieur <clement <at> lassieur.org>

Date: Tue, 17 Apr 2018 09:42:02 UTC

Severity: normal

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 31190 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Jelle Licht <jlicht <at> fsfe.org>, Clément Lassieur
 <clement <at> lassieur.org>
Cc: 31190 <at> debbugs.gnu.org
Subject: Re: bug#31190: Ansible doesn't build
Date: Tue, 17 Apr 2018 22:56:18 +0200
[Message part 1 (text/plain, inline)]
Jelle Licht <jlicht <at> fsfe.org> writes:

> From f770998d0f0b56180e0c9a12f0946a77d7ff61a5 Mon Sep 17 00:00:00 2001
> From: Jelle Licht <jlicht <at> fsfe.org>
> Date: Tue, 17 Apr 2018 21:31:05 +0200
> Subject: [PATCH] gnu: ansible: Add missing inputs
>
> * gnu/packages/admin.scm (ansible)[native-inputs]: Add python2-bcrypt and
>   python2-pynacl.
> ---
>  gnu/packages/admin.scm | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index aed997e5b..07401af72 100644
> --- a/gnu/packages/admin.scm
> +++ b/gnu/packages/admin.scm
> @@ -73,6 +73,7 @@
>    #:use-module (gnu packages pkg-config)
>    #:use-module (gnu packages popt)
>    #:use-module (gnu packages python)
> +  #:use-module (gnu packages password-utils)
>    #:use-module (gnu packages python-crypto)
>    #:use-module (gnu packages python-web)
>    #:use-module (gnu packages terminals)

This introduces a circular dependency between (gnu packages admin) and
(gnu packages password-utils).  Perhaps we should move python-bcrypt to
python-crypto.scm.  Thoughts?
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 89 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.