wok-next diff gens-gs/receipt @ rev 20726

python: remove previously added '--without-ensurepip' (it made an opposite action)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon May 28 15:07:14 2018 +0300 (2018-05-28)
parents 9d604775ef23
children f48456621a9d
line diff
     1.1 --- a/gens-gs/receipt	Sun Mar 11 17:47:28 2018 +0200
     1.2 +++ b/gens-gs/receipt	Mon May 28 15:07:14 2018 +0300
     1.3 @@ -24,6 +24,6 @@
     1.4  
     1.5  genpkg_rules() {
     1.6  	copy @std
     1.7 -	DEPENDS="gtk+ libsdl libglu-mesa"
     1.8 +	DEPENDS="gtk+ libsdl glu"
     1.9  	TAGS="emulator sega"
    1.10  }