From fe2651bd0d0b2617a5d431e3d41297ce21dc2f04 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Thu, 11 Dec 2014 10:30:06 +0000 Subject: 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. --- strata/ansible.morph | 15 ++++++++++++++- strata/ansible/pycrypto.morph | 3 +++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 strata/ansible/pycrypto.morph (limited to 'strata') 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 -- cgit v1.2.1