wok rev 15883

python-pillow: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 06 22:17:45 2014 +0000 (2014-02-06)
parents 5fcbc800c048
children 36e9807432da
files python-pillow/receipt
line diff
     1.1 --- a/python-pillow/receipt	Thu Feb 06 22:10:37 2014 +0000
     1.2 +++ b/python-pillow/receipt	Thu Feb 06 22:17:45 2014 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6 -PACKAGE="python27-pillow"
     1.7 +PACKAGE="python-pillow"
     1.8  VERSION="2.3.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Python Imaging Library (Fork)."
    1.11 @@ -9,10 +9,10 @@
    1.12  SOURCE="Pillow"
    1.13  TARBALL="$SOURCE-$VERSION.zip"
    1.14  WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION"
    1.15 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.16 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.17  
    1.18  DEPENDS="python"
    1.19 -BUILD_DEPENDS="python"
    1.20 +BUILD_DEPENDS="python setuptools wget"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()