From a2eca875c2bc2f84f27e853abae073e71deafe49 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 10:56:08 +0000 Subject: Add psycopg2 and python-memcached psycopg2 is a python adapter for postgresql. python-memcached is a python interface to the memcacehd memory cache daemon. --- strata/databases.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/strata/databases.morph b/strata/databases.morph index a3bf2a83..4b06edf3 100644 --- a/strata/databases.morph +++ b/strata/databases.morph @@ -22,3 +22,14 @@ chunks: ref: c5530027c8ea28674358327ab8212ebaf014c848 unpetrify-ref: 1.4.22 build-depends: [] +- name: psycopg2 + repo: upstream:python-packages/psycopg2 + ref: 00cafbe85bb82d85cbfe0f062a73c562433b5bc8 + unpetrify-ref: 2.5.4 + build-depends: + - postgresql +- name: python-memcached + repo: upstream:python-packages/python-memcached + ref: 156ee975ff6e5c69e1d6c58b09bedf03c182c5db + unpetrify-ref: master + build-depends: [] -- cgit v1.2.1