diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-10 14:55:05 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-02-10 14:55:05 +0000 |
commit | ed138a503d660dfdb8f1a09beced0b1d1ca86c98 (patch) | |
tree | 80a3dc3ef9cabeabfe34ef3b49b054053e5a4eaf | |
parent | 0cfbcb13cbe1d8ef115c6d54e4a307b8dd1b89fc (diff) |
python-pyqt: add python-sip and sip-native as DEPENDS to ensure successful compilation from scratch.
-rw-r--r-- | packages/python/python-pyqt_4.3.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |