wok-next diff mps-youtube/receipt @ rev 20866

mono: fix build by not enabling Spectre mitigation
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 01 23:19:43 2018 +0300 (2018-07-01)
parents ee335b59f430
children d5aab818505e
line diff
     1.1 --- a/mps-youtube/receipt	Wed Dec 09 18:50:42 2015 +0100
     1.2 +++ b/mps-youtube/receipt	Sun Jul 01 23:19:43 2018 +0300
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="mplayer"
     1.7 -BUILD_DEPENDS="python setuptools"
     1.8 +BUILD_DEPENDS="python"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()