aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-six_1.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-six_1.10.0.bb')
-rw-r--r--recipes-devtools/python/python3-six_1.10.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-devtools/python/python3-six_1.10.0.bb b/recipes-devtools/python/python3-six_1.10.0.bb
deleted file mode 100644
index 5fd2918..0000000
--- a/recipes-devtools/python/python3-six_1.10.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "python3 compatibility library"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6f00d4a50713fa859858dd9abaa35b21"
-
-SRC_URI[md5sum] = "34eed507548117b2ab523ab14b2f8b55"
-SRC_URI[sha256sum] = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-io"
-
-inherit pypi setuptools3 distutils3 python3native python3-dir
-
-BBCLASSEXTEND = "native nativesdk"