diff options
author | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-03-14 13:17:10 +0000 |
---|---|---|
committer | Richard Ipsum <richard.ipsum@codethink.co.uk> | 2015-03-14 13:17:31 +0000 |
commit | 26865e5553490ef2e084ab1d59a5d9dbd646f624 (patch) | |
tree | d7691d7a02b2a63367da49a2dbfc9e577d875a47 | |
parent | 3615cc776d0a926fc45ce280cfc6ee679d01366e (diff) | |
download | infrastructure-26865e5553490ef2e084ab1d59a5d9dbd646f624.tar.gz |
Make python-tools depend on python-core
-rw-r--r-- | strata/python-tools.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/python-tools.morph b/strata/python-tools.morph index 0acc1c0c..5ee65791 100644 --- a/strata/python-tools.morph +++ b/strata/python-tools.morph @@ -3,7 +3,7 @@ kind: stratum description: "A stratum for non-essential python tools: useful python tools that we don't want to include in core." build-depends: -- morph: strata/core.morph +- morph: strata/python-core.morph chunks: - name: virtualenv repo: upstream:python-packages/virtualenv |