Add vss-tools and required dependencies
[AGL/meta-agl-demo.git] / recipes-devtools / python / python3-graphql-core_3.2.3.bb
1 SUMMARY = "GraphQL implementation for Python"
2 HOMEPAGE = "https://github.com/graphql-python/graphql-core"
3 LICENSE = "MIT"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=73706fb002de2debc52328afd1688817"
5
6 PYPI_PACKAGE = "graphql-core"
7
8 SRC_URI[sha256sum] = "06d2aad0ac723e35b1cb47885d3e5c45e956a53bc1b209a9fc5369007fe46676"
9
10 inherit pypi setuptools3
11
12 BBCLASSEXTEND += "native nativesdk"