Skip to content

Commit

Permalink
debian packaging: add psycopg2 as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 30, 2015
1 parent 766bfa1 commit d641ff6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control.in
Expand Up @@ -58,7 +58,7 @@ Build-Depends:
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable, xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
#oracle# oracle-instantclient11.2-devel, #oracle# oracle-instantclient11.2-devel,
spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html, spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html,
libqt4-sql-sqlite libqt4-sql-sqlite, python-psycopg2
Build-Conflicts: libqgis-dev, qgis-dev Build-Conflicts: libqgis-dev, qgis-dev
#sid stretch jessie vivid wily#Standards-Version: 3.9.6 #sid stretch jessie vivid wily#Standards-Version: 3.9.6
#wheezy#Standards-Version: 3.9.3 #wheezy#Standards-Version: 3.9.3
Expand Down
1 change: 0 additions & 1 deletion scripts/scandeps.pl
Expand Up @@ -84,7 +84,6 @@


push @dep, $dep; push @dep, $dep;
push @dep, "cmake-curses-gui"; push @dep, "cmake-curses-gui";
push @dep, "python-psycopg2";


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

1 comment on commit d641ff6

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jef-n thanks!

Please sign in to comment.