python-support is needed for pgloader to run, not only to build

This commit is contained in:
dim 2009-04-28 13:56:37 +00:00
parent 090de905b2
commit 43c95d67c2

2
debian/control vendored
View File

@ -8,7 +8,7 @@ Homepage: http://pgloader.projects.postgresql.org
Package: pgloader Package: pgloader
Architecture: all 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 Description: loads flat data files into PostgreSQL
pgloader imports data from flat files and insert it into a database pgloader imports data from flat files and insert it into a database
table. You have to provide a configuration file containing sections, table. You have to provide a configuration file containing sections,