# HG changeset patch # User Pascal Bellard # Date 1425592772 -3600 # Node ID d3fd47f6dcf9c82f5c7c1c87fa0fa27c22ae2658 # Parent 62ae2c6ea49490644400b26a14c3c8f92869ea1f python-flup, python-html2text: update bdeps diff -r 62ae2c6ea494 -r d3fd47f6dcf9 python-flup/receipt --- a/python-flup/receipt Thu Mar 05 22:31:32 2015 +0100 +++ b/python-flup/receipt Thu Mar 05 22:59:32 2015 +0100 @@ -12,7 +12,7 @@ WGET_URL="http://www.saddi.com/software/flup/dist/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python python-dev python-distribute" +BUILD_DEPENDS="python python-dev python-distribute setuptools" # Rules to configure and make the package. compile_rules() @@ -27,4 +27,3 @@ mkdir -p $fs cp -a $install/usr $fs } - diff -r 62ae2c6ea494 -r d3fd47f6dcf9 python-html2text/receipt --- a/python-html2text/receipt Thu Mar 05 22:31:32 2015 +0100 +++ b/python-html2text/receipt Thu Mar 05 22:59:32 2015 +0100 @@ -12,12 +12,11 @@ WGET_URL="http://pypi.python.org/packages/source/h/html2text/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev python-distribute" +BUILD_DEPENDS="python-dev python-distribute setuptools" # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root="$DESTDIR" --optimize=1 }