Re: [PATCH 1/6] gnu: Enable python-psycopg2 support in python-sqlalchemy.

2016-11-03 Thread Danny Milosavljevic
Hi, On Thu, 3 Nov 2016 22:42:48 +0100 Hartmut Goebel wrote: > Am 03.11.2016 um 11:55 schrieb Danny Milosavljevic: > > +(propagated-inputs > > + `(("python-psycopg2" ,python-psycopg2))) > > I don't think this is a good idea. sqlalchemy is database

Re: [PATCH 1/6] gnu: Enable python-psycopg2 support in python-sqlalchemy.

2016-11-03 Thread Hartmut Goebel
Am 03.11.2016 um 11:55 schrieb Danny Milosavljevic: > +(propagated-inputs > + `(("python-psycopg2" ,python-psycopg2))) I don't think this is a good idea. sqlalchemy is database independent requireing *any* database backend and the admin or the developer is responsible for installing the

[PATCH 1/6] gnu: Enable python-psycopg2 support in python-sqlalchemy.

2016-11-03 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-sqlalchemy): Modified. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b7c9e11..e52bc8d 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3807,6 +3807,8