# HG changeset patch # User Christopher Rogers # Date 1390804332 0 # Node ID 0e65bb5051a2862d8d34e7cfb8feb653076265d6 # Parent ab4f9919d9f40fa18f10b47c50b5a6cca72d6d76 python-distribute: Fixed WGET_URL. diff -r ab4f9919d9f4 -r 0e65bb5051a2 python-distribute/receipt --- a/python-distribute/receipt Mon Jan 27 11:23:53 2014 +0000 +++ b/python-distribute/receipt Mon Jan 27 06:32:12 2014 +0000 @@ -9,10 +9,10 @@ WEB_SITE="http://pypi.python.org/pypi/distribute" SOURCE="distribute" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="http://pypi.python.org/packages/source/d/distribute/$TARBALL" +WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python-dev" +BUILD_DEPENDS="python-dev wget" # Rules to configure and make the package. compile_rules()