wok-current rev 9855
python-mysql: fix bdeps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 16 12:31:57 2011 +0200 (2011-05-16) |
parents | 82572c53729d |
children | 9df3bbf503c6 |
files | python-mysql/receipt |
line diff
1.1 --- a/python-mysql/receipt Mon May 16 12:24:37 2011 +0200 1.2 +++ b/python-mysql/receipt Mon May 16 12:31:57 2011 +0200 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()