almir: add psycopg2 dependency

This commit is contained in:
Matej Cotman 2014-05-29 12:20:24 +02:00
parent 9df4bb9d67
commit fabdb68055

View File

@ -298,6 +298,7 @@ rec {
pythonPackages.waitress pythonPackages.waitress
pythonPackages.webhelpers pythonPackages.webhelpers
pythonPackages.zope_sqlalchemy pythonPackages.zope_sqlalchemy
pythonPackages.psycopg2
]; ];
postInstall = '' postInstall = ''