diff options
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f436023b48..12d4dd21a7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10829,7 +10829,7 @@ introspection of @code{zope.interface} instances in code.") ;; and a running postgresql database management service. `(#:tests? #f)) ; TODO re-enable after providing a test-db. (inputs - `(("postgresql" ,postgresql))) ; libpq + `(("postgresql" ,postgresql-9.6))) ; libpq (home-page "http://initd.org/psycopg/") (synopsis "Python PostgreSQL adapter") (description |