Skip to content

Commit d641ff6

Browse files
committedDec 30, 2015
debian packaging: add psycopg2 as build dependency
1 parent 766bfa1 commit d641ff6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Build-Depends:
5858
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
5959
#oracle# oracle-instantclient11.2-devel,
6060
spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html,
61-
libqt4-sql-sqlite
61+
libqt4-sql-sqlite, python-psycopg2
6262
Build-Conflicts: libqgis-dev, qgis-dev
6363
#sid stretch jessie vivid wily#Standards-Version: 3.9.6
6464
#wheezy#Standards-Version: 3.9.3

‎scripts/scandeps.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484

8585
push @dep, $dep;
8686
push @dep, "cmake-curses-gui";
87-
push @dep, "python-psycopg2";
8887

8988
print O "| $dist | ``apt-get install" . join( " ", @dep ) . "`` |\n";
9089
}

0 commit comments

Comments
 (0)
Failed to load comments.