# HG changeset patch # User Pascal Bellard # Date 1425670270 -3600 # Node ID c0f78f4c829d6a2b6d16f270bec41c24838dfcc6 # Parent 573d4c47348149750bfd01cfaed68a5859a037c9 python-ipy, python-pychart, python-pydot: add bdeps diff -r 573d4c473481 -r c0f78f4c829d python-ipy/receipt --- a/python-ipy/receipt Fri Mar 06 20:20:59 2015 +0100 +++ b/python-ipy/receipt Fri Mar 06 20:31:10 2015 +0100 @@ -12,11 +12,11 @@ WGET_URL="http://cheeseshop.python.org/packages/source/I/$SOURCE/$TARBALL" DEPENDS="python" +BUILD_DEPENDS="python" # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR } @@ -27,4 +27,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r 573d4c473481 -r c0f78f4c829d python-pychart/receipt --- a/python-pychart/receipt Fri Mar 06 20:20:59 2015 +0100 +++ b/python-pychart/receipt Fri Mar 06 20:31:10 2015 +0100 @@ -10,12 +10,13 @@ TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://home.gna.org/pychart/" WGET_URL="http://download.gna.org/pychart/$TARBALL" + DEPENDS="python" +BUILD_DEPENDS="python" # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR } diff -r 573d4c473481 -r c0f78f4c829d python-pydot/receipt --- a/python-pydot/receipt Fri Mar 06 20:20:59 2015 +0100 +++ b/python-pydot/receipt Fri Mar 06 20:31:10 2015 +0100 @@ -12,11 +12,11 @@ WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL" DEPENDS="python python-pyparsing graphviz" +BUILD_DEPENDS="python" # Rules to configure and make the package. compile_rules() { - cd $src python setup.py build python setup.py install --root=$DESTDIR }