wok rev 15479

python-qrcode: update bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 10:36:42 2013 +0000 (2013-11-10)
parents 0b592dc3c0d4
children bd4321dee983
files python-qrcode/receipt
line diff
     1.1 --- a/python-qrcode/receipt	Sun Nov 10 10:33:22 2013 +0000
     1.2 +++ b/python-qrcode/receipt	Sun Nov 10 10:36:42 2013 +0000
     1.3 @@ -9,10 +9,10 @@
     1.4  LICENSE="PSL"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://pypi.python.org/pypi/qrcode"
     1.7 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.8 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.9  
    1.10  DEPENDS="python python-pil"
    1.11 -BUILD_DEPENDS="python-dev python wget"
    1.12 +BUILD_DEPENDS="python-dev python wget setuptools"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()