wok rev 19245

swagger-py & ari-py: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 28 15:35:19 2016 +0200 (2016-06-28)
parents eba94824c7c3
children 72f4278c6091
files ari-py/receipt swagger-py/receipt
line diff
     1.1 --- a/ari-py/receipt	Tue Jun 28 15:10:47 2016 +0200
     1.2 +++ b/ari-py/receipt	Tue Jun 28 15:35:19 2016 +0200
     1.3 @@ -1,3 +1,5 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6  PACKAGE="ari-py"
     1.7  VERSION="0.1.3"
     1.8  CATEGORY="development"
     1.9 @@ -10,7 +12,7 @@
    1.10  
    1.11  DEPENDS="python"
    1.12  SUGGESTED="asterisk"
    1.13 -BUILD_DEPENDS="python"
    1.14 +BUILD_DEPENDS="python setuptools"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
     2.1 --- a/swagger-py/receipt	Tue Jun 28 15:10:47 2016 +0200
     2.2 +++ b/swagger-py/receipt	Tue Jun 28 15:35:19 2016 +0200
     2.3 @@ -1,3 +1,5 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6  PACKAGE="swagger-py"
     2.7  VERSION="0.2.1"
     2.8  CATEGORY="development"
     2.9 @@ -9,7 +11,7 @@
    2.10  WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz"
    2.11  
    2.12  DEPENDS="python"
    2.13 -BUILD_DEPENDS="python"
    2.14 +BUILD_DEPENDS="python setuptools"
    2.15  
    2.16  # Rules to configure and make the package.
    2.17  compile_rules()