wok diff python-httplib2/receipt @ rev 15794

Up: slitaz-configs (5.2.2)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 19 13:35:48 2014 +0100 (2014-01-19)
parents 24aee5c78b9f
children 16df76e1fc6a
line diff
     1.1 --- a/python-httplib2/receipt	Wed Jul 24 19:02:34 2013 -0300
     1.2 +++ b/python-httplib2/receipt	Sun Jan 19 13:35:48 2014 +0100
     1.3 @@ -6,12 +6,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A comprehensive HTTP client library for python"
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 -DEPENDS="python"
     1.8 -BUILD_DEPENDS="python-dev"
     1.9 +LICENSE="MIT"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://code.google.com/p/httplib2"
    1.12  WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
    1.13  
    1.14 +DEPENDS="python"
    1.15 +BUILD_DEPENDS="python-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {