mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
python-serpent: add new recipe for version 1.16
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
8241ef07f2
commit
ebe26af314
@@ -0,0 +1,13 @@
|
|||||||
|
SUMMARY = "Serialization based on ast.literal_eval"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=506280bc092b1a0be25c79fb0ed4aaa6"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "9d0cfe1f57f468100d3ae94c4de47950"
|
||||||
|
SRC_URI[sha256sum] = "c26e98c2155228a69eb0dc14ba7b888cb70099b6c4ca47fd9d1f099f7d561c3e"
|
||||||
|
|
||||||
|
inherit pypi setuptools
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "\
|
||||||
|
${PYTHON_PN}-netclient \
|
||||||
|
${PYTHON_PN}-numbers \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user