wok rev 17230

flake8, snimpy: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 16 15:18:12 2014 +0200 (2014-10-16)
parents 01e2544c615c
children 92f6d4a38df0
files flake8/receipt snimpy/receipt
line diff
     1.1 --- a/flake8/receipt	Thu Oct 16 14:56:42 2014 +0000
     1.2 +++ b/flake8/receipt	Thu Oct 16 15:18:12 2014 +0200
     1.3 @@ -11,7 +11,7 @@
     1.4  WGET_URL="https://pypi.python.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL"
     1.5  
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="wget python"
     1.8 +BUILD_DEPENDS="wget python setuptools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/snimpy/receipt	Thu Oct 16 14:56:42 2014 +0000
     2.2 +++ b/snimpy/receipt	Thu Oct 16 15:18:12 2014 +0200
     2.3 @@ -11,7 +11,7 @@
     2.4  WGET_URL="https://github.com/vincentbernat/snimpy/archive/$VERSION.tar.gz"
     2.5  
     2.6  DEPENDS="python"
     2.7 -BUILD_DEPENDS="wget python setuptools libffi-dev glib"
     2.8 +BUILD_DEPENDS="wget python-dev setuptools libffi-dev glib"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()