summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-devtools/python
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-02-25 19:20:31 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-02-26 22:30:48 +0300
commit619b92a562eaf5ad96601dea9eab2e42d8e74a9f (patch)
treed52cccecc2bc6eba093268b1ca921022d9e4c4f1 /meta-phosphor/recipes-devtools/python
parent31aab34f2a4477f8918648cbbbaa49fa2478221b (diff)
downloadopenbmc-619b92a562eaf5ad96601dea9eab2e42d8e74a9f.tar.xz
python-mako: remove outdated recipe
meta-oe subtree already contains this. (From meta-phosphor rev: 208ddaa9998d2e12a1892fea3da50b4183dfcdbe) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8a2f25b81a8f5039d361bb1278442395faa4f720 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-devtools/python')
-rw-r--r--meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb b/meta-phosphor/recipes-devtools/python/python-mako_1.0.7.bb
deleted file mode 100644
index 1bc2efcc8..000000000
--- a/meta-phosphor/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"