summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-12-11 10:30:06 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-12-15 15:38:42 +0000
commitfe2651bd0d0b2617a5d431e3d41297ce21dc2f04 (patch)
treef8ce94922491f33200d882d3dd9ebd95cf97600d /strata
parentf39e9a6bb31e017eb09db20580c4c02cc385f610 (diff)
downloaddefinitions-fe2651bd0d0b2617a5d431e3d41297ce21dc2f04.tar.gz
Add pycrypto and ecdsa to Ansible stratum
For Zuul we need paramiko with pycrypto and ecdsa, so we may as well add them here as Ansible doesn't mind.
Diffstat (limited to 'strata')
-rw-r--r--strata/ansible.morph15
-rw-r--r--strata/ansible/pycrypto.morph3
2 files changed, 17 insertions, 1 deletions
diff --git a/strata/ansible.morph b/strata/ansible.morph
index e0cb8581..b24811eb 100644
--- a/strata/ansible.morph
+++ b/strata/ansible.morph
@@ -4,11 +4,24 @@ description: A stratum with ansible and its dependencies
build-depends:
- morph: strata/core.morph
chunks:
+- name: ecdsa
+ repo: upstream:python-packages/ecdsa
+ ref: 36e9cfa80fcf8b53119adc787e54a5892ec1eb2c
+ unpetrify-ref: python-ecdsa-0.11
+ build-depends: []
+- name: pycrypto
+ morph: strata/ansible/pycrypto.morph
+ repo: upstream:python-packages/pycrypto
+ ref: 7fd528d03b5eae58eef6fd219af5d9ac9c83fa50
+ unpetrify-ref: v2.6.1
+ build-depends: []
- name: paramiko
repo: upstream:paramiko
ref: 951faed80b017e553a27c4cb98f210df44341f8f
unpetrify-ref: baserock/morph
- build-depends: []
+ build-depends:
+ - ecdsa
+ - pycrypto
- name: markupsafe
repo: upstream:markupsafe
ref: 58cde05bdcb0a53d87213b4a5bb605937f178171
diff --git a/strata/ansible/pycrypto.morph b/strata/ansible/pycrypto.morph
new file mode 100644
index 00000000..51cc00f0
--- /dev/null
+++ b/strata/ansible/pycrypto.morph
@@ -0,0 +1,3 @@
+name: pycrypto
+kind: chunk
+build-system: python-distutils