wok-current diff python-gammu/receipt @ rev 22017
xcircuit: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 19 18:20:40 2019 +0200 (2019-10-19) |
parents | e6ec256b965e |
children | 6bd7ca7be514 |
line diff
1.1 --- a/python-gammu/receipt Thu Apr 13 15:41:26 2017 +0200 1.2 +++ b/python-gammu/receipt Sat Oct 19 18:20:40 2019 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="https://github.com/gammu/$PACKAGE/archive/$VERSION.tar.gz" 1.5 1.6 DEPENDS="python gammu" 1.7 -BUILD_DEPENDS="python-dev gammu-dev pkg-config setuptools" 1.8 +BUILD_DEPENDS="python-dev gammu-dev pkg-config python-setuptools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()