wok rev 19914
python-gammu: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 13 15:41:26 2017 +0200 (2017-04-13) |
parents | 2b87dbe5e573 |
children | 89b4d108f17a |
files | python-gammu/receipt wammu/receipt |
line diff
1.1 --- a/python-gammu/receipt Thu Apr 13 15:25:07 2017 +0200 1.2 +++ b/python-gammu/receipt Thu Apr 13 15:41:26 2017 +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" 1.8 +BUILD_DEPENDS="python-dev gammu-dev pkg-config setuptools" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/wammu/receipt Thu Apr 13 15:25:07 2017 +0200 2.2 +++ b/wammu/receipt Thu Apr 13 15:41:26 2017 +0200 2.3 @@ -11,7 +11,7 @@ 2.4 WGET_URL="$SF_MIRROR/gammu/$PACKAGE/$VERSION/$TARBALL" 2.5 TAGS="bluetooth" 2.6 2.7 -DEPENDS="gammu python python-pybluez wxpython" 2.8 +DEPENDS="python-gammu python python-pybluez wxpython" 2.9 BUILD_DEPENDS="$DEPENDS gammu-dev python-dev wxpython-dev" 2.10 2.11 # Rules to configure and make the package. 2.12 @@ -28,4 +28,5 @@ 2.13 cp -a $install/usr/bin $fs/usr 2.14 cp -a $install/usr/lib $fs/usr 2.15 cp -a $install/usr/share/Wammu $fs/usr/share 2.16 + cp -a $install/usr/share/locale $fs/usr/share 2.17 }