summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-visitor_0.1.3.bb (renamed from meta-python/recipes-devtools/python/python-visitor_0.1.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-visitor_0.1.2.bb b/meta-python/recipes-devtools/python/python-visitor_0.1.3.bb
index f53091ec0..12365062d 100644
--- a/meta-python/recipes-devtools/python/python-visitor_0.1.2.bb
+++ b/meta-python/recipes-devtools/python/python-visitor_0.1.3.bb
@@ -2,7 +2,7 @@ SUMMARY = "A tiny pythonic visitor implementation."
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" 3LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
4 4
5SRC_URI[md5sum] = "e9471b44e5d426b0adf5d27694598be0" 5SRC_URI[md5sum] = "94a024ed0ec1b02b4497c15267d319ca"
6SRC_URI[sha256sum] = "d9444ffca56a46a920719460d4952f8c88f8fef97f1ea7d2b1f7c50f675022bd" 6SRC_URI[sha256sum] = "2c737903b2b6864ebc6167eef7cf3b997126f1aa94bdf590f90f1436d23e480a"
7 7
8inherit pypi setuptools 8inherit pypi setuptools