# HG changeset patch # User Pascal Bellard # Date 1414835748 -3600 # Node ID 72404eef4773823fc8e995b372e459809cd9c621 # Parent 9bedcf1d00767c8b21a1256fd43b18cfc2f62649 python-cups: fix bdeps diff -r 9bedcf1d0076 -r 72404eef4773 python-cups/receipt --- a/python-cups/receipt Sat Nov 01 10:46:23 2014 +0100 +++ b/python-cups/receipt Sat Nov 01 10:55:48 2014 +0100 @@ -12,7 +12,7 @@ WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python libcups" -BUILD_DEPENDS="wget python cups-dev" +BUILD_DEPENDS="wget python-dev cups-dev" # Rules to configure and make the package. compile_rules()