From 63cbccd3a7a33e8fd08ead5905e3ca63d455378d Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Fri, 1 Aug 2014 09:26:30 +0200 Subject: [PATCH] Add python to curl build_prerequires. Not used for the build, but used for the tests (of which several are currently failing). --- net-misc/curl/curl-7.37.0.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/curl/curl-7.37.0.recipe b/net-misc/curl/curl-7.37.0.recipe index 2d1d67580..eebf56f84 100644 --- a/net-misc/curl/curl-7.37.0.recipe +++ b/net-misc/curl/curl-7.37.0.recipe @@ -38,6 +38,7 @@ BUILD_PREREQUIRES=" cmd:libtoolize cmd:make cmd:nroff + cmd:python " BUILD()