From 5b5079c2230628398e321a7573ac63875315af75 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Fri, 5 Dec 2014 17:30:10 +0000 Subject: [PATCH] python_setuptools: Add compile-time depedency on sed command --- dev-python/python_setuptools/python_setuptools-5.3.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python_setuptools/python_setuptools-5.3.recipe b/dev-python/python_setuptools/python_setuptools-5.3.recipe index f4b5afb01..8ec7dde6f 100644 --- a/dev-python/python_setuptools/python_setuptools-5.3.recipe +++ b/dev-python/python_setuptools/python_setuptools-5.3.recipe @@ -27,6 +27,7 @@ BUILD_REQUIRES="" BUILD_PREREQUIRES=" haiku_devel >= $haikuVersion cmd:python + cmd:sed " BUILD()