From 4331740bfbdc6e148808375c406dab795ae43d9b Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Wed, 7 Apr 2010 10:00:46 +0200 Subject: make sure we test that the directory exists before we install stuff asked by setup_requires fixes #138 --HG-- branch : distribute extra : rebase_source : 1078501b886e4f0864b4ce84517b2fbc5399da35 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8907fa22..e74f1714 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,7 @@ CHANGES * Added easy_install --user * Issue 100: Fixed develop --user not taking '.' in PYTHONPATH into account * Issue 134: removed spurious UserWarnings. Patch by VanLindberg +* Issue 138: cant_write_to_target error when setup_requires is used. ------ 0.6.10 -- cgit v1.2.1