summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-12 10:56:08 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-02-16 09:07:40 +0000
commita2eca875c2bc2f84f27e853abae073e71deafe49 (patch)
tree8e32b2562909d0a8ed0a40fb2b6e289c87fea02d
parent1d511229ee707b7e7b8fc8d62242f6faa7cad815 (diff)
downloaddefinitions-a2eca875c2bc2f84f27e853abae073e71deafe49.tar.gz
Add psycopg2 and python-memcached
psycopg2 is a python adapter for postgresql. python-memcached is a python interface to the memcacehd memory cache daemon.
-rw-r--r--strata/databases.morph11
1 files changed, 11 insertions, 0 deletions
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: []