python_setuptools: Add compile-time depedency on sed command

This commit is contained in:
Chirayu Desai
2014-12-05 17:30:10 +00:00
parent a9fba5ea4e
commit 5b5079c223

View File

@@ -27,6 +27,7 @@ BUILD_REQUIRES=""
BUILD_PREREQUIRES="
haiku_devel >= $haikuVersion
cmd:python
cmd:sed
"
BUILD()