adding RelStorage and psycopg2 python packages

This commit is contained in:
Rok Garbas
2013-10-07 03:57:44 +02:00
parent 2147a07938
commit d269a8c91d
2 changed files with 142 additions and 89 deletions

View File

@@ -126,5 +126,14 @@
{ "name": "plone.recipe.zope2instance",
"extends": "http://dist.plone.org/release/4.3.2/versions.cfg",
"doCheck": false
},
{ "name": "RelStorage",
"extends": "http://dist.plone.org/release/4.3.2/versions.cfg",
"doCheck": false
},
{ "name": "psycopg2",
"buildInputs": [ "pkgs.postgresql" ],
"doCheck": false
}
]