From 68725200f4a5b48d19fedb9a70677a2476aceb05 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:26 +0800 Subject: python-lesscpy: upgrade to 0.10.2 remove unneeded patches since they are fixed in new version. Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- ...02-Description-Fixup-for-python3.3-compat.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch (limited to 'meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch') diff --git a/meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch b/meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch deleted file mode 100644 index b5da15a..0000000 --- a/meta-openstack/recipes-devtools/python/python-lesscpy/0002-Description-Fixup-for-python3.3-compat.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 8b9fb203948ca752d848cee951ccde2954abcfe3 Mon Sep 17 00:00:00 2001 -From: Bruce Ashfield -Date: Wed, 30 Oct 2013 23:17:28 -0400 -Subject: [PATCH 2/2] Description: Fixup for python3.3 compat Author: James - Page Forwarded: - https://github.com/robotis/Lesscpy/pull/23 - -Signed-off-by: Bruce Ashfield ---- - lesscpy/scripts/compiler.py | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/lesscpy/scripts/compiler.py b/lesscpy/scripts/compiler.py -index f6b92c7..93dabd3 100644 ---- a/lesscpy/scripts/compiler.py -+++ b/lesscpy/scripts/compiler.py -@@ -84,8 +84,9 @@ def run(): - """Run compiler - """ - aparse = argparse.ArgumentParser(description='LessCss Compiler', -- epilog='<< jtm@robot.is @_o >>', -- version=VERSION_STR) -+ epilog='<< jtm@robot.is @_o >>') -+ aparse.add_argument('-v', '--version', action='version', -+ version=VERSION_STR) - aparse.add_argument('-I', '--include', action="store", type=str, - help="Included less-files (comma separated)") - aparse.add_argument('-V', '--verbose', action="store_true", --- -1.7.10.4 - -- cgit v1.2.3-54-g00ecf