# HG changeset patch # User Pascal Bellard # Date 1413465492 -7200 # Node ID 3558da05518796621f13c0c8f11fff77f5ad0a4a # Parent 01e2544c615cd15b07bd0e6ddc332713da0f097f flake8, snimpy: update bdeps diff -r 01e2544c615c -r 3558da055187 flake8/receipt --- a/flake8/receipt Thu Oct 16 14:56:42 2014 +0000 +++ b/flake8/receipt Thu Oct 16 15:18:12 2014 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://pypi.python.org/packages/source/${PACKAGE:0:1}/$PACKAGE/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="wget python" +BUILD_DEPENDS="wget python setuptools" # Rules to configure and make the package. compile_rules() diff -r 01e2544c615c -r 3558da055187 snimpy/receipt --- a/snimpy/receipt Thu Oct 16 14:56:42 2014 +0000 +++ b/snimpy/receipt Thu Oct 16 15:18:12 2014 +0200 @@ -11,7 +11,7 @@ WGET_URL="https://github.com/vincentbernat/snimpy/archive/$VERSION.tar.gz" DEPENDS="python" -BUILD_DEPENDS="wget python setuptools libffi-dev glib" +BUILD_DEPENDS="wget python-dev setuptools libffi-dev glib" # Rules to configure and make the package. compile_rules()