wok-current diff python-ooop/receipt @ rev 16010
pkg-config: remove an error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 04 16:50:14 2014 +0000 (2014-03-04) |
parents | 15c36eea64cb |
children | 7d672a2330b8 |
line diff
1.1 --- a/python-ooop/receipt Fri Oct 26 13:09:58 2012 +0200 1.2 +++ b/python-ooop/receipt Tue Mar 04 16:50:14 2014 +0000 1.3 @@ -6,12 +6,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="OpenObject on Python, a library to connect with Open ERP." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 -DEPENDS="python" 1.8 -BUILD_DEPENDS="python python-dev setuptools" 1.9 +LICENSE="GPL3" 1.10 WEB_SITE="http://pypi.python.org/pypi/ooop" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.13 1.14 +DEPENDS="python" 1.15 +BUILD_DEPENDS="python python-dev setuptools" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {