summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-graphql-core_3.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-graphql-core_3.2.3.bb')
-rw-r--r--recipes-devtools/python/python3-graphql-core_3.2.3.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-devtools/python/python3-graphql-core_3.2.3.bb b/recipes-devtools/python/python3-graphql-core_3.2.3.bb
deleted file mode 100644
index b12957a4..00000000
--- a/recipes-devtools/python/python3-graphql-core_3.2.3.bb
+++ /dev/null
@@ -1,12 +0,0 @@
-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"