wok-next rev 17731
python-pillow, python-netifaces, python-mysql: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 09:26:39 2015 +0100 (2015-03-06) |
parents | c7e96859edc3 |
children | b942370ae50f |
files | firefox-official/receipt python-mysql/receipt python-netifaces/receipt python-pillow/receipt |
line diff
1.1 --- a/firefox-official/receipt Fri Mar 06 08:37:28 2015 +0100 1.2 +++ b/firefox-official/receipt Fri Mar 06 09:26:39 2015 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="firefox-official" 1.7 -VERSION="36.0" 1.8 +VERSION="36.0.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Official Firefox build by the Mozilla foundation." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/python-mysql/receipt Fri Mar 06 08:37:28 2015 +0100 2.2 +++ b/python-mysql/receipt Fri Mar 06 09:26:39 2015 +0100 2.3 @@ -12,12 +12,11 @@ 2.4 WGET_URL="$SF_MIRROR/mysql-python/$TARBALL" 2.5 2.6 DEPENDS="python libmysqlclient zlib openssl" 2.7 -BUILD_DEPENDS="setuptools mysql-dev" 2.8 +BUILD_DEPENDS="python-dev setuptools mysql-dev" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules() 2.12 { 2.13 - cd $src 2.14 sed -i 's/threadsafe = True/threadsafe = False/' $src/site.cfg 2.15 python setup.py build 2.16 python setup.py install --root=$DESTDIR
3.1 --- a/python-netifaces/receipt Fri Mar 06 08:37:28 2015 +0100 3.2 +++ b/python-netifaces/receipt Fri Mar 06 09:26:39 2015 +0100 3.3 @@ -12,12 +12,11 @@ 3.4 WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL" 3.5 3.6 DEPENDS="python" 3.7 -BUILD_DEPENDS="python setuptools" 3.8 +BUILD_DEPENDS="python-dev setuptools" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules() 3.12 { 3.13 - cd $src 3.14 python setup.py install --root=$DESTDIR 3.15 } 3.16
4.1 --- a/python-pillow/receipt Fri Mar 06 08:37:28 2015 +0100 4.2 +++ b/python-pillow/receipt Fri Mar 06 09:26:39 2015 +0100 4.3 @@ -12,7 +12,7 @@ 4.4 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 4.5 4.6 DEPENDS="python" 4.7 -BUILD_DEPENDS="python setuptools wget" 4.8 +BUILD_DEPENDS="python-dev setuptools wget" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()