From da6ead621f82a8fa3fd38c263e498c3d856b2e9e Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Fri, 21 Nov 2014 11:04:11 +0000 Subject: Use patched version of pip This patch moves us onto a patched version of pip that allows the import tool to obtain runtime dependencies for a python package. We will discuss the addition of this functionality with the upstream pip developers at a later date, we should also hopefully be able to find a nicer way of implementing it. --- strata/python-tools.morph | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strata/python-tools.morph b/strata/python-tools.morph index 8b82c775..0a707bc6 100644 --- a/strata/python-tools.morph +++ b/strata/python-tools.morph @@ -7,6 +7,6 @@ build-depends: chunks: - name: pip repo: upstream:pip - ref: d4b691b743a91500cf49119d28a805db8313f129 - unpetrify-ref: master + ref: ea680f204fb0e48789710c22c8f597a9bf01bc16 + unpetrify-ref: baserock/master build-depends: [] -- cgit v1.2.1