wok rev 16726

python-geojson, python-shapely: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 02 20:35:58 2014 +0000 (2014-06-02)
parents 9ebf504c7668
children f12570b5276d
files python-geojson/receipt python-shapely/receipt
line diff
     1.1 --- a/python-geojson/receipt	Mon Jun 02 20:24:20 2014 +0000
     1.2 +++ b/python-geojson/receipt	Mon Jun 02 20:35:58 2014 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.5  
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="wget python"
     1.8 +BUILD_DEPENDS="wget python setuptools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/python-shapely/receipt	Mon Jun 02 20:24:20 2014 +0000
     2.2 +++ b/python-shapely/receipt	Mon Jun 02 20:35:58 2014 +0000
     2.3 @@ -12,7 +12,7 @@
     2.4  WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     2.5  
     2.6  DEPENDS="python geos"
     2.7 -BUILD_DEPENDS="python wget geos-dev"
     2.8 +BUILD_DEPENDS="python-dev wget geos-dev"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()