From 42264f980b927b4f6739c84cca3a382de1edbb95 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Thu, 29 Jan 2015 15:45:45 +0000 Subject: 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. --- strata/python-tools.morph | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'strata/python-tools.morph') 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: [] -- cgit v1.2.1