python-pyqt : Move RDEPENDS on python-sip to PyQT.

python-sip has the runtime support for PyQT. Also drop the need
for anki to RDEPEND on python-sip.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Philip Balister
2015-03-09 15:21:15 -04:00
committed by Armin Kuster
parent 30438e7690
commit fcf46e6ade
2 changed files with 2 additions and 2 deletions
@@ -47,7 +47,7 @@ do_install() {
oe_runmake install
}
RDEPENDS_${PN} = "python-core"
RDEPENDS_${PN} = "python-core python-sip"
FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages ${datadir}/sip/PyQt4/"
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*/.debug/"