mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-08 17:15:04 +02:00
python-serpent: add a python3 recipe
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
1d4249389a
commit
5831b3680c
@@ -0,0 +1,8 @@
|
||||
inherit setuptools3
|
||||
require python-serpent.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
Reference in New Issue
Block a user