python-epydoc: add package RDEPENDS

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka
2016-07-16 11:57:53 -04:00
committed by Martin Jansa
parent 2daf0b04a9
commit 878ec0cc8b

View File

@@ -8,4 +8,12 @@ SRC_URI[sha256sum] = "d4e5c8d90937d01b05170f592c1fa9b29e9ed0498dfe7f0eb2a3af6172
inherit pypi distutils
RDEPENDS_${PN} += "\
${PYTHON_PN}-codecs \
${PYTHON_PN}-pickle \
${PYTHON_PN}-stringold \
${PYTHON_PN}-re \
${PYTHON_PN}-xml \
"
BBCLASSEXTEND = "native"