# HG changeset patch # User Pascal Bellard # Date 1425630399 -3600 # Node ID 14154392a2a15a77bd10d0f702e8df2695966fdc # Parent c7e96859edc3453f9179d48d13ba897f0d80885d python-pillow, python-netifaces, python-mysql: update bdeps diff -r c7e96859edc3 -r 14154392a2a1 firefox-official/receipt --- a/firefox-official/receipt Fri Mar 06 08:37:28 2015 +0100 +++ b/firefox-official/receipt Fri Mar 06 09:26:39 2015 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="firefox-official" -VERSION="36.0" +VERSION="36.0.1" CATEGORY="network" SHORT_DESC="Official Firefox build by the Mozilla foundation." MAINTAINER="pankso@slitaz.org" diff -r c7e96859edc3 -r 14154392a2a1 python-mysql/receipt --- a/python-mysql/receipt Fri Mar 06 08:37:28 2015 +0100 +++ b/python-mysql/receipt Fri Mar 06 09:26:39 2015 +0100 @@ -12,12 +12,11 @@ WGET_URL="$SF_MIRROR/mysql-python/$TARBALL" DEPENDS="python libmysqlclient zlib openssl" -BUILD_DEPENDS="setuptools mysql-dev" +BUILD_DEPENDS="python-dev setuptools mysql-dev" # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's/threadsafe = True/threadsafe = False/' $src/site.cfg python setup.py build python setup.py install --root=$DESTDIR diff -r c7e96859edc3 -r 14154392a2a1 python-netifaces/receipt --- a/python-netifaces/receipt Fri Mar 06 08:37:28 2015 +0100 +++ b/python-netifaces/receipt Fri Mar 06 09:26:39 2015 +0100 @@ -12,12 +12,11 @@ WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools" +BUILD_DEPENDS="python-dev setuptools" # Rules to configure and make the package. compile_rules() { - cd $src python setup.py install --root=$DESTDIR } diff -r c7e96859edc3 -r 14154392a2a1 python-pillow/receipt --- a/python-pillow/receipt Fri Mar 06 08:37:28 2015 +0100 +++ b/python-pillow/receipt Fri Mar 06 09:26:39 2015 +0100 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python setuptools wget" +BUILD_DEPENDS="python-dev setuptools wget" # Rules to configure and make the package. compile_rules()