From 2a61ca52533395680347459a46b1cfdab9d4a124 Mon Sep 17 00:00:00 2001 From: Bill Randle Date: Thu, 7 Dec 2017 21:45:45 -0800 Subject: python-visitor: move core of recipe to a .inc file Signed-off-by: Bill Randle Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-visitor_0.1.3.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'meta-python/recipes-devtools/python/python-visitor_0.1.3.bb') diff --git a/meta-python/recipes-devtools/python/python-visitor_0.1.3.bb b/meta-python/recipes-devtools/python/python-visitor_0.1.3.bb index 12365062d8..eee25a543b 100644 --- a/meta-python/recipes-devtools/python/python-visitor_0.1.3.bb +++ b/meta-python/recipes-devtools/python/python-visitor_0.1.3.bb @@ -1,8 +1,2 @@ -SUMMARY = "A tiny pythonic visitor implementation." -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" - -SRC_URI[md5sum] = "94a024ed0ec1b02b4497c15267d319ca" -SRC_URI[sha256sum] = "2c737903b2b6864ebc6167eef7cf3b997126f1aa94bdf590f90f1436d23e480a" - inherit pypi setuptools +require python-visitor.inc -- cgit v1.2.3-54-g00ecf