From: Rolf Leggewie Date: Sun, 10 Feb 2008 14:55:05 +0000 (+0000) Subject: python-pyqt: add python-sip and sip-native as DEPENDS to ensure successful compilatio... X-Git-Tag: Release-2010-05/1~7696^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed138a503d660dfdb8f1a09beced0b1d1ca86c98;p=openembedded.git python-pyqt: add python-sip and sip-native as DEPENDS to ensure successful compilation from scratch. --- diff --git a/packages/python/python-pyqt_4.3.3.bb b/packages/python/python-pyqt_4.3.3.bb index 2fd6fcc38b..9dd2040a5b 100644 --- a/packages/python/python-pyqt_4.3.3.bb +++ b/packages/python/python-pyqt_4.3.3.bb @@ -4,6 +4,7 @@ AUTHOR = "Phil Thomson @ riverbank.co.uk" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPL" +DEPENDS = "sip-native python-sip" RDEPENDS = "python-core" SRCNAME = "pyqt" PR = "ml1"