It is required by tensorboard Signed-off-by: Hongxu Jia <[email protected]> --- .../python/python3-pyasn1-modules_0.2.8.bb | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb
diff --git a/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb b/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb new file mode 100644 index 0000000..fb11941 --- /dev/null +++ b/recipes-devtools/python/python3-pyasn1-modules_0.2.8.bb @@ -0,0 +1,22 @@ +SUMMARY = "ASN.1 modules for Python" +HOMEPAGE = "https://github.com/etingof/pyasn1-modules" +DESCRIPTION = "The pyasn1-modules package contains a collection of \ +ASN.1 data structures expressed as Python classes based on \ +pyasn1 data model." +SECTION = "devel/python" + +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a14482d15c2249de3b6f0e8a47e021fd" + +inherit pypi + +SRC_URI[md5sum] = "" +SRC_URI[sha256sum] = "" + +RDEPENDS_${PN} += " \ + python3-pyasn1 \ +" + +BBCLASSEXTEND = "native" + +inherit setuptools3 -- 2.21.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51783): https://lists.yoctoproject.org/g/yocto/message/51783 Mute This Topic: https://lists.yoctoproject.org/mt/78999780/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
