wok diff python-mysql/receipt @ rev 10425

pkg-config: moved depeneds. NOTE: pkg-config is part of slitaz toolchain extras so depends and build depends matter for cookorder to be right.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 13:52:23 2011 +0000 (2011-05-24)
parents 5d9a6e5f6f88
children fd4f1e692109
line diff
     1.1 --- a/python-mysql/receipt	Sun Apr 03 14:11:25 2011 +0000
     1.2 +++ b/python-mysql/receipt	Tue May 24 13:52:23 2011 +0000
     1.3 @@ -9,8 +9,9 @@
     1.4  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://mysql-python.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/mysql-python/$TARBALL"
     1.7 +
     1.8  DEPENDS="python libmysqlclient zlib openssl"
     1.9 -BUILD_DEPENDS="setuptools"
    1.10 +BUILD_DEPENDS="setuptools mysql-dev"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()