summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-pytoml.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/python/python-pytoml.inc')
-rw-r--r--meta-oe/recipes-devtools/python/python-pytoml.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pytoml.inc b/meta-oe/recipes-devtools/python/python-pytoml.inc
deleted file mode 100644
index 180531d75..000000000
--- a/meta-oe/recipes-devtools/python/python-pytoml.inc
+++ /dev/null
@@ -1,12 +0,0 @@
1SUMMARY = "A TOML-0.4.0 parser/writer for Python"
2HOMEPAGE = "https://pypi.python.org/pypi/pytoml/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=cfff423699bdaef24331933ac4f56078"
6
7SRC_URI[md5sum] = "e59dd36a559dd2a876e4c149c69e947b"
8SRC_URI[sha256sum] = "8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7"
9
10inherit pypi
11
12BBCLASSEXTEND = "native nativesdk"