summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 16:43:38 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-17 16:43:38 +0000
commit52cdc19511e6d8817f92b69b0a577bd769bba72f (patch)
treed745ecb5c19ec9a36273d99eef6024c175e717cf
parentdd5606a4515e9c1ccaaee3b0804a7f75d3a516ac (diff)
downloadmorphs-52cdc19511e6d8817f92b69b0a577bd769bba72f.tar.gz
Add openssl to morph-cache-server as it is needed for Python's hashlib.
-rw-r--r--morph-cache-server.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/morph-cache-server.morph b/morph-cache-server.morph
index 5cb9b5a..2e8a5d0 100644
--- a/morph-cache-server.morph
+++ b/morph-cache-server.morph
@@ -6,6 +6,10 @@
],
"sources": [
{
+ "name": "openssl",
+ "ref": "baserock/morph"
+ },
+ {
"name": "cpython",
"ref": "baserock/morph-2.7"
},