From c796fd0ee4c12ca100f8cd9e3bf408ec4ad145a1 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Tue, 9 Dec 2014 18:15:34 +0000 Subject: [PATCH] Fix python build * Let it use cmd:sed and cmd:grep --- dev-lang/python/python-2.7.8.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-lang/python/python-2.7.8.recipe b/dev-lang/python/python-2.7.8.recipe index 65ae16ac3..b0fe427ff 100644 --- a/dev-lang/python/python-2.7.8.recipe +++ b/dev-lang/python/python-2.7.8.recipe @@ -58,10 +58,12 @@ BUILD_PREREQUIRES=" cmd:autoconf cmd:find cmd:gcc + cmd:grep cmd:ld cmd:libtoolize cmd:make cmd:pkg_config + cmd:sed " SOURCE_DIR="Python-$portVersion"