# HG changeset patch # User Pascal Bellard # Date 1467120919 -7200 # Node ID 645104ef06c05bd24902057b50486ef115f6e31e # Parent eba94824c7c334ca0426b26f66c925b7a3f6c333 swagger-py & ari-py: update bdeps diff -r eba94824c7c3 -r 645104ef06c0 ari-py/receipt --- a/ari-py/receipt Tue Jun 28 15:10:47 2016 +0200 +++ b/ari-py/receipt Tue Jun 28 15:35:19 2016 +0200 @@ -1,3 +1,5 @@ +# SliTaz package receipt. + PACKAGE="ari-py" VERSION="0.1.3" CATEGORY="development" @@ -10,7 +12,7 @@ DEPENDS="python" SUGGESTED="asterisk" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python setuptools" # Rules to configure and make the package. compile_rules() diff -r eba94824c7c3 -r 645104ef06c0 swagger-py/receipt --- a/swagger-py/receipt Tue Jun 28 15:10:47 2016 +0200 +++ b/swagger-py/receipt Tue Jun 28 15:35:19 2016 +0200 @@ -1,3 +1,5 @@ +# SliTaz package receipt. + PACKAGE="swagger-py" VERSION="0.2.1" CATEGORY="development" @@ -9,7 +11,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python setuptools" # Rules to configure and make the package. compile_rules()