# HG changeset patch # User Pascal Bellard # Date 1425593210 -3600 # Node ID 28580bc4a7da32392a4189c8031971129380c43e # Parent d3fd47f6dcf9c82f5c7c1c87fa0fa27c22ae2658 python-prettytable: update bdeps diff -r d3fd47f6dcf9 -r 28580bc4a7da python-prettytable/receipt --- a/python-prettytable/receipt Thu Mar 05 22:59:32 2015 +0100 +++ b/python-prettytable/receipt Thu Mar 05 23:06:50 2015 +0100 @@ -12,12 +12,11 @@ WGET_URL="http://pypi.python.org/packages/source/P/PrettyTable/$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" }