wok-next rev 20974

Fix python-shapely build
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Sep 23 04:34:15 2018 +0300 (2018-09-23)
parents f47adfbeb944
children 3457c3087924
files python-shapely/receipt
line diff
     1.1 --- a/python-shapely/receipt	Sun Sep 23 04:19:29 2018 +0300
     1.2 +++ b/python-shapely/receipt	Sun Sep 23 04:34:15 2018 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  #HOST_ARCH
     1.5  REPOLOGY="python:shapely"
     1.6  
     1.7 -BUILD_DEPENDS="python python3"
     1.8 +BUILD_DEPENDS="python python3 geos-dev"
     1.9  SPLIT="${PACKAGE/python/python3}:3"
    1.10  
    1.11  compile_rules() {
    1.12 @@ -21,5 +21,5 @@
    1.13  genpkg_rules() {
    1.14  	copy @std
    1.15  	py="${PACKAGE%%-*}" # python/python3
    1.16 -	DEPENDS="$py"
    1.17 +	DEPENDS="$py geos"
    1.18  }