wok-undigest rev 999

python-pyliblzma, python-pycryptopp: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 21 17:17:42 2013 +0200 (2013-04-21)
parents 16f8c1cf77a4
children 9b4cf8826174
files python-pycryptopp/receipt python-pyliblzma/receipt s3ql/receipt
line diff
     1.1 --- a/python-pycryptopp/receipt	Sun Apr 21 17:10:39 2013 +0200
     1.2 +++ b/python-pycryptopp/receipt	Sun Apr 21 17:17:42 2013 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.5  
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="python-dev"
     1.8 +BUILD_DEPENDS="python-dev setuptools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/python-pyliblzma/receipt	Sun Apr 21 17:10:39 2013 +0200
     2.2 +++ b/python-pyliblzma/receipt	Sun Apr 21 17:17:42 2013 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     2.5  
     2.6  DEPENDS="liblzma python"
     2.7 -BUILD_DEPENDS="liblzma-dev python-dev"
     2.8 +BUILD_DEPENDS="liblzma-dev python-dev setuptools"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
     3.1 --- a/s3ql/receipt	Sun Apr 21 17:10:39 2013 +0200
     3.2 +++ b/s3ql/receipt	Sun Apr 21 17:17:42 2013 +0200
     3.3 @@ -9,12 +9,11 @@
     3.4  WEB_SITE="http://code.google.com/p/$PACKAGE/"
     3.5  WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
     3.6  
     3.7 -DEPENDS="sqlite python-llfuse"
     3.8 -# pyliblzma python-apsw pycryptopp 
     3.9 -# http://pypi.python.org/pypi/pyliblzma
    3.10 +DEPENDS="sqlite python-llfuse python-pyliblzma python-pycryptopp"
    3.11 +# python-apsw
    3.12  # http://code.google.com/p/apsw/
    3.13 -# http://pypi.python.org/pypi/pycryptopp
    3.14 -BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev python-llfuse"
    3.15 +BUILD_DEPENDS="python-dev sqlite-dev liblzma-dev fuse-dev attr-dev \
    3.16 +python-llfuse python-pyliblzma python-pycryptopp"
    3.17  
    3.18  # Rules to configure and make the package.
    3.19  compile_rules()