mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00: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
13
meta-python/recipes-devtools/python/python-serpent.inc
Normal file
13
meta-python/recipes-devtools/python/python-serpent.inc
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
SUMMARY = "Serialization based on ast.literal_eval"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2669deccb79531c74a5ddd71b45f5095"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "e2cd7b751274c59b420d4f54db9a49cf"
|
||||||
|
SRC_URI[sha256sum] = "9afebb58ac8b827050e1969324388349dc9738b0a03b0d91567b328834a27732"
|
||||||
|
|
||||||
|
inherit pypi
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "\
|
||||||
|
${PYTHON_PN}-netclient \
|
||||||
|
${PYTHON_PN}-numbers \
|
||||||
|
"
|
||||||
@@ -1,13 +1,2 @@
|
|||||||
SUMMARY = "Serialization based on ast.literal_eval"
|
inherit setuptools
|
||||||
LICENSE = "MIT"
|
require python-serpent.inc
|
||||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=2669deccb79531c74a5ddd71b45f5095"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "e2cd7b751274c59b420d4f54db9a49cf"
|
|
||||||
SRC_URI[sha256sum] = "9afebb58ac8b827050e1969324388349dc9738b0a03b0d91567b328834a27732"
|
|
||||||
|
|
||||||
inherit pypi setuptools
|
|
||||||
|
|
||||||
RDEPENDS_${PN} += "\
|
|
||||||
${PYTHON_PN}-netclient \
|
|
||||||
${PYTHON_PN}-numbers \
|
|
||||||
"
|
|
||||||
|
|||||||
@@ -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