[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 02/13] gnu: python: Add sqlite input.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 02/13] gnu: python: Add sqlite input. |
Date: |
Fri, 21 Nov 2014 10:28:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
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).
However, maybe the circular dependency is not a problem here. Does
“make clean-go && make” succeed?
Thanks,
Ludo’.
- [PATCH 00/13] Add gourmet (and dependent python packages), Eric Bavier, 2014/11/21
- [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Eric Bavier, 2014/11/21
- [PATCH 03/13] gnu: Add python-sqlalchemy., Eric Bavier, 2014/11/21
- [PATCH 02/13] gnu: python: Add sqlite input., Eric Bavier, 2014/11/21
- Re: [PATCH 02/13] gnu: python: Add sqlite input.,
Ludovic Courtès <=
- [PATCH 05/13] gnu: Export ghostscript module symbols up-front., Eric Bavier, 2014/11/21
- [PATCH 04/13] gnu: Export symbols in (gnu packages image) upfront., Eric Bavier, 2014/11/21
- [PATCH 06/13] gnu: Add python-pillow., Eric Bavier, 2014/11/21
- [PATCH 07/13] gnu: Add python-distutils-extra., Eric Bavier, 2014/11/21
- [PATCH 08/13] gnu: Add python-elib.intl., Eric Bavier, 2014/11/21