mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python-decorator: 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:
parent
9a3bf8ef9e
commit
ca90791df1
|
|
@ -13,3 +13,7 @@ SRC_URI[md5sum] = "434b57fdc3230c500716c5aff8896100"
|
|||
SRC_URI[sha256sum] = "9c6e98edcb33499881b86ede07d9968c81ab7c769e28e9af24075f0a5379f070"
|
||||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-stringold \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,4 @@
|
|||
inherit setuptools
|
||||
require python-decorator.inc
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-contextlib"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user