# HG changeset patch # User Pascal Bellard # Date 1376430565 0 # Node ID dd901df89562df346f6303b8a2575a8bb30dc24e # Parent 805a8d303bbbdb7427ff7e3f7a9cb7c9c0fb6316 python-pyyaml: update bdeps diff -r 805a8d303bbb -r dd901df89562 python-pyyaml/receipt --- a/python-pyyaml/receipt Tue Aug 13 21:23:52 2013 +0000 +++ b/python-pyyaml/receipt Tue Aug 13 21:49:25 2013 +0000 @@ -6,22 +6,23 @@ SHORT_DESC="YAML parser and emitter for the Python programming language." MAINTAINER="rocky@slitaz.org" SOURCE="PyYAML" -DEPENDS="python" -BUILD_DEPENDS="python python-dev" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://pyyaml.org/wiki/PyYAML/" WGET_URL="http://pyyaml.org/download/pyyaml/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev yaml-dev" + # Rules to configure and make the package. compile_rules() { cd $src - python setup.py install --root=$PWD/_pkg + python setup.py install --root=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr $fs + cp -a $install/usr $fs }