wok diff python-mysql/receipt @ rev 17805

Up caja (1.9.3)
author Yuri Pourre <yuripourre@gmail.com>
date Sat Mar 21 03:28:25 2015 -0300 (2015-03-21)
parents fd4f1e692109
children 16df76e1fc6a
line diff
     1.1 --- a/python-mysql/receipt	Sat Oct 19 13:53:26 2013 +0000
     1.2 +++ b/python-mysql/receipt	Sat Mar 21 03:28:25 2015 -0300
     1.3 @@ -12,12 +12,11 @@
     1.4  WGET_URL="$SF_MIRROR/mysql-python/$TARBALL"
     1.5  
     1.6  DEPENDS="python libmysqlclient zlib openssl"
     1.7 -BUILD_DEPENDS="setuptools mysql-dev"
     1.8 +BUILD_DEPENDS="python-dev setuptools mysql-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	cd $src
    1.14  	sed -i 's/threadsafe = True/threadsafe = False/' $src/site.cfg
    1.15  	python setup.py build
    1.16  	python setup.py install --root=$DESTDIR