wok diff python-distribute/receipt @ rev 16224

Up: mhwaveedit (1.4.23)
author Alexander Medvedev <devl547@gmail.com>
date Tue Apr 01 07:06:14 2014 +0000 (2014-04-01)
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	Tue Apr 01 07:06:14 2014 +0000
     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()