X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-devtools%2Fpython%2Fpython3-graphql-core_3.2.3.bb;fp=recipes-devtools%2Fpython%2Fpython3-graphql-core_3.2.3.bb;h=b12957a405fbba95c0a9459a322db459f1054d13;hb=6533623201bf90c56a4a611519fab8923e127b2a;hp=0000000000000000000000000000000000000000;hpb=eb5c52e3d293d358e114312b35ad9d1a9d4b8ae9;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-devtools/python/python3-graphql-core_3.2.3.bb b/recipes-devtools/python/python3-graphql-core_3.2.3.bb new file mode 100644 index 000000000..b12957a40 --- /dev/null +++ b/recipes-devtools/python/python3-graphql-core_3.2.3.bb @@ -0,0 +1,12 @@ +SUMMARY = "GraphQL implementation for Python" +HOMEPAGE = "https://github.com/graphql-python/graphql-core" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=73706fb002de2debc52328afd1688817" + +PYPI_PACKAGE = "graphql-core" + +SRC_URI[sha256sum] = "06d2aad0ac723e35b1cb47885d3e5c45e956a53bc1b209a9fc5369007fe46676" + +inherit pypi setuptools3 + +BBCLASSEXTEND += "native nativesdk"