summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-01-29 15:45:45 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-02-10 10:54:54 +0000
commit42264f980b927b4f6739c84cca3a382de1edbb95 (patch)
tree52ea47e7a2a30623eb403b7d447eada7e4e0fdb6
parentd3d79342cf30218fa7405e36fcad9db1cd46962a (diff)
downloaddefinitions-42264f980b927b4f6739c84cca3a382de1edbb95.tar.gz
Remove pip and add virtualenv
Pip has moved into python-core. This is done as one commit rather than two so that the stratum can never be checked out in an empty state, since morph doesn't allow empty strata.
-rw-r--r--strata/python-tools.morph8
1 files changed, 4 insertions, 4 deletions
diff --git a/strata/python-tools.morph b/strata/python-tools.morph
index 0a707bc6..d1ce912d 100644
--- a/strata/python-tools.morph
+++ b/strata/python-tools.morph
@@ -5,8 +5,8 @@ useful python tools that we don't want to include in core."
build-depends:
- morph: strata/core.morph
chunks:
-- name: pip
- repo: upstream:pip
- ref: ea680f204fb0e48789710c22c8f597a9bf01bc16
- unpetrify-ref: baserock/master
+- name: virtualenv
+ repo: upstream:python-packages/virtualenv
+ ref: 9205ff46a67130e8835f14bb4f802fd59e7dcf2c
+ unpetrify-ref: 12.0.5
build-depends: []