--- djangorecipe-0.19.1/src/djangorecipe/recipe.py 2009-06-13 18:49:38.000000000 +0200 +++ djangorecipe/src/djangorecipe/recipe.py 2009-07-10 16:00:38.000000000 +0200 @@ -200,6 +200,13 @@ # Extract and put the dir in its proper place self.install_release(version, download_dir, tarball, location) + self.options['setup'] = location + development = zc.recipe.egg.Develop(self.buildout, + self.options['recipe'], + self.options) + development.install() + del self.options['setup'] + extra_paths = [os.path.join(location), base_dir] # Add libraries found by a site .pth files to our extra-paths.