wok diff python-distribute/receipt @ rev 16319

ARM: add mpfr + mpc-library (to cook native ARM gcc) and try to fix glib (gtk crashe are from libgobject-2.0.so.0)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 09 20:51:15 2014 +0200 (2014-04-09)
parents 96be8cdaf5bf
children 7d672a2330b8
line diff
     1.1 --- a/python-distribute/receipt	Mon Jan 27 06:12:51 2014 +0000
     1.2 +++ b/python-distribute/receipt	Wed Apr 09 20:51:15 2014 +0200
     1.3 @@ -9,10 +9,10 @@
     1.4  WEB_SITE="http://pypi.python.org/pypi/distribute"
     1.5  SOURCE="distribute"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WGET_URL="http://pypi.python.org/packages/source/d/distribute/$TARBALL"
     1.8 +WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL"
     1.9  
    1.10  DEPENDS="python"
    1.11 -BUILD_DEPENDS="python-dev"
    1.12 +BUILD_DEPENDS="python-dev wget"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()