wok-current diff python-distribute/receipt @ rev 16426
xautomation: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 18 08:00:01 2014 +0000 (2014-04-18) |
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 Fri Apr 18 08:00:01 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()