python-mako: remove outdated recipe
meta-oe subtree already contains this.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia8992297bb3498a8f481b15da05249ebd5c7dd23
diff --git a/recipes-devtools/python/python-mako_1.0.7.bb b/recipes-devtools/python/python-mako_1.0.7.bb
deleted file mode 100644
index 1bc2efc..0000000
--- a/recipes-devtools/python/python-mako_1.0.7.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require recipes-devtools/python/python-mako.inc
-
-inherit setuptools
-
-RDEPENDS_${PN} = "python-threading \
- python-netclient \
- python-html \
-"
-RDEPENDS_${PN}_class-native = ""
-
-BBCLASSEXTEND = "native nativesdk"