From 43c95d67c29ba62a53ee628b5eb97237b8c48ef8 Mon Sep 17 00:00:00 2001 From: dim Date: Tue, 28 Apr 2009 13:56:37 +0000 Subject: [PATCH] python-support is needed for pgloader to run, not only to build --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0ff852e..b9f745e 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: http://pgloader.projects.postgresql.org Package: pgloader Architecture: all -Depends: python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (>= 1.1.21-14) +Depends: python (>=2.4.4), python-psycopg2 | python-psycopg (<< 1.1.21) | python-psycopg (>= 1.1.21-14), python-support (>= 0.3) Description: loads flat data files into PostgreSQL pgloader imports data from flat files and insert it into a database table. You have to provide a configuration file containing sections,