summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-01-07 16:44:55 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-03-04 14:18:33 +0000
commitfaca45f25fb150b923aed970fea615d521d6abfa (patch)
tree86329f80b7f5b91d694cfed0a456ce9fe57c4268
parent4014f75d44c7fb58f2d43995fad32e6c9787739e (diff)
downloaddefinitions-faca45f25fb150b923aed970fea615d521d6abfa.tar.gz
Move Paramiko into its own stratum from Ansible
For Zuul we need Paramiko with pycrypto and ecdsa, Ansible doesn't mind. It doesn't make sense for the Zuul stratum to build-depend on Ansible, so we should put Paramiko into a stratum of its own.
-rw-r--r--strata/python-paramiko.morph24
-rw-r--r--strata/python-paramiko/pycrypto.morph3
2 files changed, 27 insertions, 0 deletions
diff --git a/strata/python-paramiko.morph b/strata/python-paramiko.morph
new file mode 100644
index 00000000..9edc2a35
--- /dev/null
+++ b/strata/python-paramiko.morph
@@ -0,0 +1,24 @@
+name: python-paramiko
+kind: stratum
+description: A stratum with Paramiko 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/python-paramiko/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:
+ - ecdsa
+ - pycrypto
diff --git a/strata/python-paramiko/pycrypto.morph b/strata/python-paramiko/pycrypto.morph
new file mode 100644
index 00000000..51cc00f0
--- /dev/null
+++ b/strata/python-paramiko/pycrypto.morph
@@ -0,0 +1,3 @@
+name: pycrypto
+kind: chunk
+build-system: python-distutils