wok-current diff python-ari/receipt @ rev 20782
added libtool to check build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 14 14:57:20 2019 +0100 (2019-02-14) |
parents | dfc6cdc5624e |
children | 5d50a02468c7 |
line diff
1.1 --- a/python-ari/receipt Fri Apr 20 15:38:38 2018 +0200 1.2 +++ b/python-ari/receipt Thu Feb 14 14:57:20 2019 +0100 1.3 @@ -11,6 +11,7 @@ 1.4 WGET_URL="https://github.com/asterisk/ari-py/archive/$VERSION.tar.gz" 1.5 1.6 DEPENDS="python" 1.7 +BUILD_DEPENDS="setuptools" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()