From 736030a9aaa9b5d03e6d7b1b9bee609aa9e1bcc7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 4 Jun 2020 12:28:01 +0300 Subject: python3-decorator: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python-decorator.inc | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-decorator.inc (limited to 'meta-python/recipes-devtools/python/python-decorator.inc') diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc deleted file mode 100644 index 3faee39133..0000000000 --- a/meta-python/recipes-devtools/python/python-decorator.inc +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Python decorator utilities" -DESCRIPTION = "\ -The aim of the decorator module it to simplify the usage of decorators \ -for the average programmer, and to popularize decorators by showing \ -various non-trivial examples. Of course, as all techniques, decorators \ -can be abused and you should not try to solve every problem with a \ -decorator, just because you can." - -LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22" - -SRC_URI[md5sum] = "d83c624cce93e6bdfab144821b526e1d" -SRC_URI[sha256sum] = "e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" - -inherit pypi - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-stringold \ - " -- cgit v1.2.3-54-g00ecf