mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
python-support is needed for pgloader to run, not only to build
This commit is contained in:
parent
090de905b2
commit
43c95d67c2
2
debian/control
vendored
2
debian/control
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user