# HG changeset patch # User Pascal Bellard # Date 1391725065 0 # Node ID b0725341d9694a006ffc9ac84ae84f05a8cd64f4 # Parent 5fcbc800c048b97661580cf5e5d2274ceea8d382 python-pillow: update bdeps diff -r 5fcbc800c048 -r b0725341d969 python-pillow/receipt --- a/python-pillow/receipt Thu Feb 06 22:10:37 2014 +0000 +++ b/python-pillow/receipt Thu Feb 06 22:17:45 2014 +0000 @@ -1,6 +1,6 @@ # SliTaz package receipt. -PACKAGE="python27-pillow" +PACKAGE="python-pillow" VERSION="2.3.0" CATEGORY="development" SHORT_DESC="Python Imaging Library (Fork)." @@ -9,10 +9,10 @@ SOURCE="Pillow" TARBALL="$SOURCE-$VERSION.zip" WEB_SITE="http://pypi.python.org/pypi/$SOURCE/$VERSION" -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python setuptools wget" # Rules to configure and make the package. compile_rules()