# HG changeset patch # User Christopher Rogers # Date 1334826064 0 # Node ID 210b7c05d2888ebd353ae9db8dcceeeed8f505a9 # Parent 4d989daf5de1ae781348a6aa0b5e7f9ecc8d934a libxslt: Update build depends. diff -r 4d989daf5de1 -r 210b7c05d288 libxslt-python/receipt --- a/libxslt-python/receipt Thu Apr 19 08:58:35 2012 +0000 +++ b/libxslt-python/receipt Thu Apr 19 09:01:04 2012 +0000 @@ -6,7 +6,6 @@ SHORT_DESC="python module for libxslt" MAINTAINER="slaxemulator@gmail.com" DEPENDS="libxslt python" -TARBALL="$PACKAGE-$VERSION.tar.gz" WANTED="libxslt" WEB_SITE="http://xmlsoft.org/" diff -r 4d989daf5de1 -r 210b7c05d288 libxslt/receipt --- a/libxslt/receipt Thu Apr 19 08:58:35 2012 +0000 +++ b/libxslt/receipt Thu Apr 19 09:01:04 2012 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="XSLT support for libxml2." MAINTAINER="pankso@slitaz.org" DEPENDS="libgcrypt libxml2 zlib" -BUILD_DEPENDS="python-dev" +BUILD_DEPENDS="libgcrypt-dev libxml2-dev zlib-dev python-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.xmlsoft.org/XSLT/" WGET_URL="ftp://xmlsoft.org/libxslt/$TARBALL"