# HG changeset patch # User Pascal Bellard # Date 1401741358 0 # Node ID 1cfc9d2d0016414bf5767e3a27eb162423ae4217 # Parent 9ebf504c766828ec146dab5656f204fb8470d9c6 python-geojson, python-shapely: update bdeps diff -r 9ebf504c7668 -r 1cfc9d2d0016 python-geojson/receipt --- a/python-geojson/receipt Mon Jun 02 20:24:20 2014 +0000 +++ b/python-geojson/receipt Mon Jun 02 20:35:58 2014 +0000 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python" +BUILD_DEPENDS="wget python setuptools" # Rules to configure and make the package. compile_rules() diff -r 9ebf504c7668 -r 1cfc9d2d0016 python-shapely/receipt --- a/python-shapely/receipt Mon Jun 02 20:24:20 2014 +0000 +++ b/python-shapely/receipt Mon Jun 02 20:35:58 2014 +0000 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python geos" -BUILD_DEPENDS="python wget geos-dev" +BUILD_DEPENDS="python-dev wget geos-dev" # Rules to configure and make the package. compile_rules()