summaryrefslogtreecommitdiff
path: root/old/strata/python-tools.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
commitf6046f9b54c1f14d12a67fa66ca0c881b49e8ceb (patch)
tree7c4d5b1aa87b991fecb0b2c585514069947c3f0a /old/strata/python-tools.morph
parentdeba555368fd21316025c5ee0eaaf517b938775e (diff)
downloaddefinitions-f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb.tar.gz
Move old Baserock format definitions into old/ directory
Diffstat (limited to 'old/strata/python-tools.morph')
-rw-r--r--old/strata/python-tools.morph29
1 files changed, 29 insertions, 0 deletions
diff --git a/old/strata/python-tools.morph b/old/strata/python-tools.morph
new file mode 100644
index 00000000..d61fe150
--- /dev/null
+++ b/old/strata/python-tools.morph
@@ -0,0 +1,29 @@
+name: python-tools
+kind: stratum
+description: |
+ A stratum for useful python tools that we don't want to include in core.
+build-depends:
+- morph: strata/python2-core.morph
+chunks:
+- name: virtualenv
+ repo: upstream:python-packages/virtualenv
+ ref: 9205ff46a67130e8835f14bb4f802fd59e7dcf2c
+ unpetrify-ref: 12.0.5
+
+ build-system: python-distutils
+## Pylint - required in openstack-services.morph
+- name: astroid
+ repo: upstream:python-packages/astroid
+ ref: 194dc114a33b80b4bfbbeb73f36712848f696025
+ unpetrify-ref: astroid-1.3.5
+ build-system: python-distutils
+- name: logilab-common
+ repo: upstream:python-packages/logilab-common
+ ref: d1d8f793af6d015d885b9ea67b5741d5a093e2f4
+ unpetrify-ref: logilab-common-version-0.62.0
+ build-system: python-distutils
+- name: pylint
+ repo: upstream:python-packages/pylint
+ ref: ba998d7a4e5fce0ea3a3e701ff446bbe4ca406b5
+ unpetrify-ref: pylint-1.4.2
+ build-system: python-distutils