guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/13] gnu: python: Add sqlite input.


From: Eric Bavier
Subject: Re: [PATCH 02/13] gnu: python: Add sqlite input.
Date: Fri, 21 Nov 2014 07:11:25 -0600



On Fri, Nov 21, 2014 at 3:28 AM, Ludovic Courtès <address@hidden> wrote:
Eric Bavier <address@hidden> skribis:

> * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch,
>   gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch: New patches.
> * gnu-system.am (dist_patch_DATA): Add them.
> * gnu/packages/python.scm (python-2)[source]: Add patch.
>   [inputs]: Add sqlite.
>   (python)[source]: Add patch.

[...]

> @@ -167,6 +171,7 @@
>       `(("bzip2" ,bzip2)
>         ("gdbm" ,gdbm)
>         ("libffi" ,libffi)                         ; for ctypes
> +       ("sqlite" ,(@ (gnu packages databases) sqlite)) ; prevent circular refs

Unfortunately, that doesn’t prevent anything: it’s roughly equivalent to
having #:use-module (gnu packages databases).

Interesting, ok.  I thought I'd seem some other such comment elsewhere, but maybe I'm mistaken.
 
However, maybe the circular dependency is not a problem here.  Does
“make clean-go && make” succeed?

It does succeed, yes.  So maybe it isn't a problem.  I'll remove that bit.  Thanks.

`~Eric

--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

reply via email to

[Prev in Thread] Current Thread [Next in Thread]