Add python to curl build_prerequires.

Not used for the build, but used for the tests (of which several are
currently failing).
This commit is contained in:
Adrien Destugues
2014-08-01 09:26:30 +02:00
parent 31e49e4694
commit 63cbccd3a7

View File

@@ -38,6 +38,7 @@ BUILD_PREREQUIRES="
cmd:libtoolize
cmd:make
cmd:nroff
cmd:python
"
BUILD()