The tensorflow requires the this version, as newer versions are incompatible with the rest of the ecosystem [1]
[1] https://github.com/tensorflow/tensorflow/commit/710f3c83b4147eb76e748efcc218325c4978726c Signed-off-by: Hongxu Jia <[email protected]> --- recipes-devtools/python/python3-gast_0.3.3.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-devtools/python/python3-gast_0.3.3.bb diff --git a/recipes-devtools/python/python3-gast_0.3.3.bb b/recipes-devtools/python/python3-gast_0.3.3.bb new file mode 100644 index 0000000..da3c477 --- /dev/null +++ b/recipes-devtools/python/python3-gast_0.3.3.bb @@ -0,0 +1,12 @@ +SUMMARY = "A generic AST to represent Python3's Abstract Syntax Tree(AST)." +HOMEPAGE = "https://github.com/serge-sans-paille/gast" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a3ad9b6802e713fc5e307e1230f1ea90" + +SRC_URI[md5sum] = "213b1820f576db14ed4fdf57efbfa67f" +SRC_URI[sha256sum] = "b881ef288a49aa81440d2c5eb8aeefd4c2bb8993d5f50edae7413a85bfdb3b57" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" -- 2.21.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51770): https://lists.yoctoproject.org/g/yocto/message/51770 Mute This Topic: https://lists.yoctoproject.org/mt/78999756/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
